last message was sent to old address. sorry if this is duplicate. (just making sure)<br><br>hi, I'm running Python 2.5, Qt 4.3, and latest PyQt4.. <br>when I try to wrap up my program (that works just fine) into distribution package (exe), it stops working.
<br><br>program doesn't start at all, I get immediately an error message, and it's the same for both py2exe and cxfreeze.
<br><br>Traceback (most recent call last):<br> File "var.py", line 9, in <module><br> File "PyQt4\QtGui.pyc", line 12, in <module><br> File "PyQt4\QtGui.pyc", line 10, in __load
<br>ImportError: No module named _qt<br><br>same program worked fine on qt4.2 and old pyqt.. only started after i upgraded.. <br><br>any help highly appreciated, thanks!<br><br>.b<br>