On Jul 30, 4:42 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> 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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to