[Pythonmac-SIG] Building multiple command-line( ( CLI ) programs with py2app

Bob Ippolito bob at redivi.com
Sat Jan 14 13:32:02 CET 2006


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



More information about the Pythonmac-SIG mailing list