[Pythonmac-SIG] Nested app bundles

Gary Bernhardt gary.bernhardt at gmail.com
Thu Apr 24 20:54:19 CEST 2008


I want to split my app into multiple independent .apps, but I don't
want the user to have to care about that.  I could just stick one app
inside another's Contents/Resources, but that effectively doubles the
total size.  Both apps would have full copies of the Python binary,
standard library, etc.  Is there some way to trick the two apps into
using the same binary and standard library?  Or is there some other
method I'm not seeing?

-- 
Gary
http://blog.extracheese.org


More information about the Pythonmac-SIG mailing list