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

Ronald Oussoren ronaldoussoren at mac.com
Thu Aug 2 16:40:21 CEST 2012


On 31 Jul, 2012, at 16:47, Michael McCracken <michael.mccracken at gmail.com> wrote:

> 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.

That won't work, py2app won't copy parts files from /System into the application bundle. 

Ronald

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4788 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20120802/ab6d4c0c/attachment.bin>


More information about the Pythonmac-SIG mailing list