open a Python prompt and try to import any module, then try to import PyQt4.

Yep, did that -- it works just fine. Either importing PyQt4 whole or doing 'from PyQt4 import QtCore, QtGui' and the like works with no problem.


Also install pywin32. This is /not/ needed for PyQt but it might make a difference.

pywin32 had no effect -- my application still won't start, and claims there's no PyQt4 module.



_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to