I installed PyQt4 using a file found here (Python 2.7, 32-bit). When I import PyQt4
, I don't get an error, but when I try from PyQt4 import QtCore
, I get this error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name QtCore
When I try to list PyQt4's submodules (as described here), the only module listed is PyQt4 itself. Does anyone know what's going on?