Cross platform Python app deployment

vasudevram vasudevram at gmail.com
Mon Jul 30 11:03:53 EDT 2007


On Jul 30, 4:42 pm, "Diez B. Roggisch" <de... at nospam.web.de> wrote:
> Will McGugan wrote:
> > Hi,
>
> > Is there some reference regarding how to package a Python application
> > for the various platforms? I'm familiar with Windows deployment - I use
> > Py2Exe & InnoSetup - but I would like more information on deploying on
> > Mac and Linux.
>
> On mac, there is py2app that allows to create application-bundles you can
> then install. Either including a python interpreter, or using an installed
> one.
>
> Diez

You could also try PyInstaller - see http://pyinstaller.hpcf.upr.edu/cgi-bin/trac.cgi
The site says it works on Windows, Linux and IRIX, so no Mac ...

Vasudev Ram
Biz site: http://www.dancingbison.com
Blog (on software innovation): http://jugad.livejournal.com
PDF creation/construction toolkit: http://sourceforge.net/projects/xtopdf




More information about the Python-list mailing list