[PyQt] Re: Deploying from Linux to Windows
    Doug Hackworth 
    doug.hackworth at vanderbilt.edu
       
    Fri Jan 16 19:59:35 GMT 2009
    
    
  
> 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.
    
    
More information about the PyQt
mailing list