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 modul...
asked by
10.05.2016 / 15:33