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 _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG