I'm trying to have the plugin running, but when I try to import it into Calibre I obtain the following error:
Code:
Traceback (most recent call last):
File "/usr/lib/calibre/calibre/gui2/preferences/plugins.py", line 316, in add_plugin
self.check_for_add_to_toolbars(plugin)
File "/usr/lib/calibre/calibre/gui2/preferences/plugins.py", line 406, 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 'UpperizeDBAction'
What's the problem?
Moreover, since I'm using some of the code of Extract ISBN plugin (namely the common_utils.py file), I've maintained its original copyright. Should I add something also in my code to highlight the fact that I'm using someone else code in mine?
Thank you,
Xwang