Quote:
Originally Posted by Donatzsky
I get the following error when trying to install version 1.2.0:
Code:
calibre, version 5.2.0
ERROR: Install plugin failed: A problem occurred while installing this plugin. This plugin will now be uninstalled. Please post the error message in details below into the forum thread for this plugin and restart calibre.
Traceback (most recent call last):
File "calibre/gui2/dialogs/plugin_updater.py", line 731, in _install_clicked
File "calibre/customize/ui.py", line 472, in add_plugin
File "calibre/customize/ui.py", line 61, in load_plugin
File "calibre/customize/zipplugin.py", line 282, in load
File "importlib/__init__.py", line 127, in import_module
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
File "calibre/customize/zipplugin.py", line 181, in exec_module
File "calibre_plugins.fictiondb.__init__", line 11, in <module>
from urllib import quote, urlencode
ImportError: cannot import name 'quote' from 'urllib' (/opt/calibre/lib/calibre-extensions/python-lib.bypy.frozen/urllib/__init__.pyc)
|
That is to be expected as the plugin has not been ported to Python 3.
But, was it working with the previous version of calibre you were using? See my post immediately before yours.