Re: Using eggs

2008-01-11 Thread Mike
On Jan 11, 10:33 am, oj <[EMAIL PROTECTED]> wrote: > Hi all! > > As is about to become apparent, I really don't know what I'm doing > when it comes to using eggs. > > I'm writing some software that is going to be deployed on a machine as > a number of e

Using eggs

2008-01-11 Thread oj
Hi all! As is about to become apparent, I really don't know what I'm doing when it comes to using eggs. I'm writing some software that is going to be deployed on a machine as a number of eggs. Which is all well and good. These eggs all end up depending on each other; modules i

Re: Using eggs or py2exe to distribute apps

2007-07-20 Thread [EMAIL PROTECTED]
On Jul 20, 5:39 am, Marcus <[EMAIL PROTECTED]> wrote: > Hi, > > I'm to the stage where I need to deploy the app I built with wxPython. > I've been able to successfully build it w/py2exe into a binary (about > 10MB size in total). > > What I'd like to do is create an automatic updater, so that I can

Re: Using eggs or py2exe to distribute apps

2007-07-20 Thread Matthias Vodel
Hey, Use pyInstaller ;) http://pyinstaller.hpcf.upr.edu/cgi-bin/trac.cgi Easier to use in comparison to py2exe ... very good tool - try it! Bye, Matthias -- http://mail.python.org/mailman/listinfo/python-list

Using eggs or py2exe to distribute apps

2007-07-19 Thread Marcus
Hi, I'm to the stage where I need to deploy the app I built with wxPython. I've been able to successfully build it w/py2exe into a binary (about 10MB size in total). What I'd like to do is create an automatic updater, so that I can have users download updated versions of my *application code*