On Jan 13, 2006, at 6:48 PM, Read Roberts wrote: > I would like to distribute about 30 Python command-line programs > that use a > single stand-alone Python distribution. Looking at py2app, I only > see the > following two ways of doing it. Can anyone suggest a better approach?
What do you want to happen, ideally? Clearly you don't want 30 CLI apps with 30 full Python distributions. There are several workarounds, but in order to make py2app serve your needs I'm going to need to know what that is. Also, you probably have the same need on other platforms, so cx_freeze and/or py2exe should be capable of doing the same thing. -bob _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig