View Single Post
Old 01-28-2022, 04:28 PM   #1100
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,509
Karma: 8065348
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by un_pogaz View Post
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
All I can say is that it seems to work on the betas. I changed the place where it broke.
chaley is offline   Reply With Quote