Using 0.8.5-1 on Arch linux, Calibre cannot see zipped plugins. After I click 'Add a new plugin' and navigate to the folder, Calibre (which is looking only for file type 'Plugins') cannot see the zipped files which are in the folder. Am I doing something wrong, or is there a bug?
In case it's relevant, when I tried replacing this package with a bzr package (9295) I have lying around, I got the error message:
Quote:
Traceback (most recent call last):
File "/usr/bin/calibre", line 18, in <module>
from calibre.gui2.main import main
File "/usr/lib/calibre/calibre/gui2/main.py", line 19, in <module>
from calibre.library.database2 import LibraryDatabase2
File "/usr/lib/calibre/calibre/library/database2.py", line 31, in <module>
from calibre.customize.ui import run_plugins_on_import
File "/usr/lib/calibre/calibre/customize/ui.py", line 15, in <module>
from calibre.customize.builtins import plugins as builtin_plugins
File "/usr/lib/calibre/calibre/customize/builtins.py", line 1167, in <module>
class StoreGandalfStore(StoreBase):
File "/usr/lib/calibre/calibre/customize/builtins.py", line 1170, in StoreGandalfStore
description = _('Zaczarowany świat książek')
File "/usr/lib/python2.7/gettext.py", line 404, in ugettext
return unicode(message)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 12: ordinal not in range(128)
|
Besides the intriguing Polish, there is a bit about import plugins there which I thought might be relevant. Trying to download the latest bzr version fails: