Quote:
Originally Posted by un_pogaz
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.