Quote:
Version 1.12.0 - 19 Jan 2022
Changes needed for calibre 6
|
Are you sure about that?
the files in the archive still seem to use Qt5 and not qt.core.
Code:
try:
from PyQt5.Qt import QMenu, QToolButton, QUrl
except:
from PyQt4.Qt import QMenu, QToolButton, QUrl