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