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

Yep, did that -- it works just fine.

Scratch that, I told you the wrong thing.  The following is correct:

1.  If I open a Python prompt and immediately import PyQt4, it works.
2. If I open a Python prompt, import sys (it works), and then import PyQt4, the second import fails and Python claims there is no module named PyQt4 .

-- Doug
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to