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



_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to