Hello,
I just updated calibre from 1.48 to 2.18 on an OpenSUSE 13.2 linux system, and the previously fully functional "iOS reader applications" plugin is no more installable (the cited BeautifulSoup module seems to be working if I import it during a normal python session).
Any hints?
Thanks,
Michele
Herebelow is the installation report:
Code:
calibre, version 2.18.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 "/usr/lib64/calibre/calibre/gui2/dialogs/plugin_updater.py", line 711, in _install_clicked
plugin = add_plugin(zip_path)
File "/usr/lib64/calibre/calibre/customize/ui.py", line 388, in add_plugin
plugin = load_plugin(path_to_zip_file)
File "/usr/lib64/calibre/calibre/customize/ui.py", line 53, in load_plugin
return loader.load(path_to_zip_file)
File "/usr/lib64/calibre/calibre/customize/zipplugin.py", line 196, in load
m = importlib.import_module(plugin_module)
File "/usr/lib64/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
File "/usr/lib64/calibre/calibre/customize/zipplugin.py", line 178, in load_module
exec compiled in mod.__dict__
File "calibre_plugins.ios_reader_apps.__init__", line 31, in <module>
ImportError: No module named BeautifulSoup