You are not logged in.
Pages: 1
I have 2 fresh Arch installs, (within the last few weeks) and both of them are giving me problems with pyqt. I am trying to import the modules but they are not being found:
>>> import QtCore
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named QtCore
and yes, I have pyqt installed.
I imagine I am overlooking something small, any suggestions?
Offline
I got it, I am a dofus!!
import PyQt4.QtCore
Offline
Pages: 1