View Single Post
Old 11-16-2011, 03:48 AM   #1
iomari
Zealot
iomari doesn't litteriomari doesn't litter
 
Posts: 146
Karma: 100
Join Date: Aug 2003
Location: Nigeria
Device: galaxy tab
8.0.26 won't compile

Greetings,
I've successfully used the source version for the past 4 or 5 versions using: "sudo python setup.py develop".
However, 8.0.26 gives me the following error:

*
* Running resources
*

Creating scripts.pickle
Creating builtin_recipes.xml
Traceback (most recent call last):
File "./setup.py", line 99, in <module>
sys.exit(main())
File "./setup.py", line 85, in main
command.run_all(opts)
File "/mnt/installs/iomari/work/calibre/setup/__init__.py", line 163, in run_all
self.run_cmd(self, opts)
File "/mnt/installs/iomari/work/calibre/setup/__init__.py", line 156, in run_cmd
self.run_cmd(scmd, opts)
File "/mnt/installs/iomari/work/calibre/setup/__init__.py", line 159, in run_cmd
cmd.run(opts)
File "/mnt/installs/iomari/work/calibre/setup/resources.py", line 156, in run
xml = serialize_builtin_recipes()
File "/mnt/installs/iomari/work/calibre/src/calibre/web/feeds/recipes/collection.py", line 85, in serialize_builtin_recipes
return serialize_collection(recipe_mapping)
File "/mnt/installs/iomari/work/calibre/src/calibre/web/feeds/recipes/collection.py", line 69, in serialize_collection
key=lambda key: getattr(mapping_of_recipe_classes[key], 'title',
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in range(128)


any suggestions?
btw, I don't want to use the tar.bz2.
iomari is offline   Reply With Quote