I have a problem. I want to work with PyQt4, but when I import it I get an error:
from PyQt4 import QtGui
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
from PyQt4 import QtGui
ImportError: No module named PyQt4
I downloaded and installed PyQt4-4.11.4-gpl-Py2.7-Qt4.8.7-x64.exe
, Windows 64-bit installer and the version of Python I have is 2.7.9