Re: [Pythonmac-SIG] py2app don't find Appkit or Quartz...

2011-11-22 Thread schneo
Hello Sean, I just installed the latest version from bitbucket. Everything goes fine with the .app generated with the alias mod ("python setup.py py2app -A") Unfortunately when I want launch the production .app (generated by "python setup.py py2app", cleaned /buid and /dist before) I have: 11/

Re: [Pythonmac-SIG] py2app don't find Appkit or Quartz...

2011-11-22 Thread Sean Robinson
On 11/22/2011 07:44 AM, schneo wrote: Hello Sean, I just installed the latest version from bitbucket. Everything goes fine with the .app generated with the alias mod ("python setup.py py2app -A") Unfortunately when I want launch the production .app (generated by "python setup.py py2app", clean