View Single Post
Old 01-28-2022, 03:59 PM   #1098
un_pogaz
Chalut o/
un_pogaz understands the importance of being earnest.un_pogaz understands the importance of being earnest.un_pogaz understands the importance of being earnest.un_pogaz understands the importance of being earnest.un_pogaz understands the importance of being earnest.un_pogaz understands the importance of being earnest.un_pogaz understands the importance of being earnest.un_pogaz understands the importance of being earnest.un_pogaz understands the importance of being earnest.un_pogaz understands the importance of being earnest.un_pogaz understands the importance of being earnest.
 
un_pogaz's Avatar
 
Posts: 439
Karma: 145424
Join Date: Dec 2017
Device: Kobo
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
un_pogaz is offline   Reply With Quote