Quote:
Originally Posted by DaltonST
I looked at the debug log, and you have several issues unrelated to JS:
(1) the following plugin needs to be manually removed from your configuration file. It will never work. Calibre is on Qt5, not Qt4. You can open that directory from Preferences> Miscellaneous.
File "calibre_plugins.apnx_generator.apnxaction", line 14, in <module>
ImportError: No module named PyQt4.Qt
(2) your DRM plug-in has all kinds of failures. I know nothing about that plug-in.
|
Just becasue an error message is displayed regarding PyQt4 does NOT mean the plugin is broken. That means the plugin is supporting both old AND new versions of calibre by using a snippet of code that if it can not load QT4, loads QT5.
I remember back at the time of the move to QT5 having a similar discussion with you where you saw no point accommodating those who could not move to calibre 2.x.