Re: Cross platform Python app deployment

2007-07-30 Thread vasudevram
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 info

Re: Cross platform Python app deployment

2007-07-30 Thread Diez B. Roggisch
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 all

Re: Cross platform Python app deployment

2007-07-30 Thread Benjamin Niemann
Hi, Will McGugan wrote: > 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. The standard way to package portable

Cross platform Python app deployment

2007-07-30 Thread Will McGugan
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. TIA, Will McGugan -- http://www.willmcgugan.com -- http://ma