Cross platform installer builder for Python? (like IzPack for Java)

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Wed Mar 25 18:19:11 EDT 2009


En Wed, 25 Mar 2009 17:28:30 -0300, W. Martin Borgert <debacle at debian.org>  
escribió:

> I'm looking for an installer builder similar to IzPack (which is based on
> Java). Isn't there anything like that in the Python world? Extra points,
> if GTK+ or wxWindows is used...

To distribute modules/packages, I use distutils.
To distribute complete applications, py2exe + InnoSetup (Windows).

-- 
Gabriel Genellina




More information about the Python-list mailing list