Cross platform Python app deployment

Diez B. Roggisch deets at nospam.web.de
Mon Jul 30 07:42:13 EDT 2007


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



More information about the Python-list mailing list