On 25 May, 2009, at 0:11, Kel Solaar wrote:
Hello :)I'm coding an application with PyQt, QT 4.5 and Python 2.6.2, I would like to package/freeze it with py2app ( It was working with 2.5 before ) but I'm encountering some problems :First : Why is Py2App using Python 2.5 by default ?
You haven't installed py2app for python2.6 yet. "Easy_install-2.6 py2app" should do the trick. If you don't use a setup.py you should then ensure that you run the right py2app commandline tool.
Ronald
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Pythonmac-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/pythonmac-sig
