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