Skip to content Skip to sidebar Skip to footer

Cannot Import Qtcore Or Qtgui From Pyqt4

I have found plenty of posts regarding this issue, but no answers that work for me. PROBLEM: I am trying to run this code: from PyQt4 import QtCore, QtGui I get this error in retur

Solution 1:

If you're using Python-2.6.x, you will have to use an installer for an earlier version of PyQt4. The most recent version available is for PyQt-4.10/Qt-4.8.4, which can be downloaded from here:


Post a Comment for "Cannot Import Qtcore Or Qtgui From Pyqt4"