[Pythonmac-SIG] py2app: works for me on 10.6, not 10.7

Michael McCracken michael.mccracken at gmail.com
Tue Jul 31 16:47:39 CEST 2012


Hi, my py2app setup script is working fine if I run it on 10.6, but on
10.7 I've run into some problems.

I want a standalone app, and on 10.6 I didn't specify semi_standalone:
False in the options, and it worked fine.
On 10.7, it appeared to be using the system python (loading old system
versions of some dependencies), and on a quick look through the py2app
code it seemed to be deciding it was semi-standalone, so I added
semi_standalone: False.
This solved results in a app wrapper without the Python.framework
copied in, giving me the "Python runtime could not be located" error.

Is there something obvious I'm missing in moving builds to 10.7?

Thanks,
-mike


More information about the Pythonmac-SIG mailing list