View Single Post
Old 05-28-2016, 11:29 PM   #85
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,572
Karma: 79436804
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Quote:
Originally Posted by DaltonST View Post
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.
PeterT is offline   Reply With Quote