When using the windows installer for Python 2.6 "PyQt4\uic\port_v3" is installed too. This makes py2exe to crash with a SyntaxError because "proxy_base.py" is not valid in v2.6. As a workaround I simply modify the file to be acceptable, but is there any chance the whole directory not to be installed with v2.6 installers?
Or maybe somebody knows how to avoid py2exe to include that directory? Thanks! -- Albert Cervera i Areny http://www.NaN-tic.com Mòbil: +34 669 40 40 18 _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
