Hi all,
Noob question here. I can't load the plugin. I'm running calibre ver0.8.38 on ubuntu 12.04 and below is the error message
calibre, version 0.8.38
ERROR: Unhandled exception: <b>AttributeError</b>:'module' object has no attribute 'ReadingListAction'
Traceback (most recent call last):
File "/usr/lib/calibre/calibre/gui2/preferences/plugins.py", line 313, in add_plugin
self.check_for_add_to_toolbars(plugin)
File "/usr/lib/calibre/calibre/gui2/preferences/plugins.py", line 401, in check_for_add_to_toolbars
plugin_action = plugin.load_actual_plugin(self.gui)
File "/usr/lib/calibre/calibre/customize/__init__.py", line 543, in load_actual_plugin
ac = getattr(importlib.import_module(mod), cls)(gui,
AttributeError: 'module' object has no attribute 'ReadingListAction'
|