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
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
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*