[PyQt] PyQt 4.7 and py2exe error

Giovanni Bajo rasky at develer.com
Tue Feb 9 15:22:43 GMT 2010


Il giorno lun, 08/02/2010 alle 18.30 -0800, Scott Ballard ha scritto:
> Wow, that worked like a charm! I'd love to get Phil's input on this one. 
> The package looks like a dummy package but I dont know.

py2exe thinks that you need port_v3 (which is Python 3.0 code, so
invalid for Python 2.x programs), because the code optionally imports
it.

Note that PyInstaller takes automatically care of this and other PyQt
packaging issues (eg: plugins).

-- 
Giovanni Bajo
Develer S.r.l.
http://www.develer.com




More information about the PyQt mailing list