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 _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
