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