[PyQt] Re: Deploying from Linux to Windows

Doug Hackworth doug.hackworth at vanderbilt.edu
Fri Jan 16 20:04:50 GMT 2009


>> 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


More information about the PyQt mailing list