Re: Distributing Python App

2008-07-18 Thread Mike Driscoll
On Jul 18, 2:35 pm, KDawg44 <[EMAIL PROTECTED]> wrote: > Hi, > > I am very new to Python but find it very interesting (from what I know > of it) and am considering writing an application.  However, I have a > question regarding distribution of the app once it is done.  Is there > a way to package e

Re: Distributing Python App

2008-07-18 Thread K-Dawg
On Fri, Jul 18, 2008 at 3:43 PM, Stephen Johnson <[EMAIL PROTECTED]> wrote: > Look up py2app and py2exe, for OS X and Windows, respectively. They are > extensively documented and easy to use. > On Jul 18, 2008, at 3:35 PM, KDawg44 wrote: > > Hi, > > I am very new to Python but find it very interes

Re: Distributing Python App

2008-07-18 Thread Stephen Johnson
Look up py2app and py2exe, for OS X and Windows, respectively. They are extensively documented and easy to use. On Jul 18, 2008, at 3:35 PM, KDawg44 wrote: Hi, I am very new to Python but find it very interesting (from what I know of it) and am considering writing an application. However, I

Distributing Python App

2008-07-18 Thread KDawg44
Hi, I am very new to Python but find it very interesting (from what I know of it) and am considering writing an application. However, I have a question regarding distribution of the app once it is done. Is there a way to package everything a user needs to run the app or will they have to install