[PyQt] Re: big problems with py2exe and cxfreeze on latest PyQt4

Lukáš Lalinský lalinsky at gmail.com
Wed Aug 8 08:53:48 BST 2007


On St, 2007-08-08 at 10:04 +0300, Bastian Salmela wrote:
[...]
> Traceback (most recent call last):
>   File "var.py", line 9, in <module>
>   File "PyQt4\QtGui.pyc", line 12, in <module>
>   File "PyQt4\QtGui.pyc", line 10, in __load 
> ImportError: No module named _qt
> 
> same program worked fine on qt4.2 and old pyqt.. only started after i
> upgraded.. 
> 
> any help highly appreciated, thanks!

In my distutils scripts I use this in py2exe options:

  'includes': ['sip', 'PyQt4._qt']





More information about the PyQt mailing list