last message was sent to old address. sorry if this is duplicate. (just making sure)<br><br>hi, I&#39;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&#39;t start at all, I get immediately an error message, and it&#39;s the same for both py2exe and cxfreeze.
<br><br>Traceback (most recent call last):<br>&nbsp; File &quot;var.py&quot;, line 9, in &lt;module&gt;<br>&nbsp; File &quot;PyQt4\QtGui.pyc&quot;, line 12, in &lt;module&gt;<br>&nbsp; File &quot;PyQt4\QtGui.pyc&quot;, 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>