Re: Upgrading Py2exe App

2010-02-28 Thread Aahz
In article mailman.201.1267054217.4577.python-l...@python.org, Ryan Kelly r...@rfk.id.au wrote: On Wed, 2010-02-24 at 15:05 -0800, Aahz wrote: In article mailman.2807.1266614926.28905.python-l...@python.org, Ryan Kelly r...@rfk.id.au wrote: Yes. The idea of having a bootstrapping exe is that

Re: Upgrading Py2exe App

2010-02-24 Thread Aahz
In article mailman.2807.1266614926.28905.python-l...@python.org, Ryan Kelly r...@rfk.id.au wrote: Yes. The idea of having a bootstrapping exe is that actual application code can be swapped out without having to overwrite the executable file. As long as you don't change python versions, this

Re: Upgrading Py2exe App

2010-02-24 Thread Ryan Kelly
On Wed, 2010-02-24 at 15:05 -0800, Aahz wrote: In article mailman.2807.1266614926.28905.python-l...@python.org, Ryan Kelly r...@rfk.id.au wrote: Yes. The idea of having a bootstrapping exe is that actual application code can be swapped out without having to overwrite the executable file.

ANN: esky v0.4.0 [was Re: Upgrading Py2exe App]

2010-02-22 Thread Ryan Kelly
Hi All, As promised I have made a new release of esky, my auto-update framework for frozen python apps. Details below for those who are interested. Cheers, Ryan --- esky: keep frozen apps fresh Esky is an auto-update framework for frozen Python

Re: Upgrading Py2exe App

2010-02-20 Thread T
On Feb 19, 4:32 pm, Ryan Kelly r...@rfk.id.au wrote: On Fri, 2010-02-19 at 11:08 -0800, T wrote: On Feb 18, 7:19 pm, Ryan Kelly r...@rfk.id.au wrote: On Thu, 2010-02-18 at 07:46 -0800, T wrote: I have a Python app which I converted to an EXE (all files separate; single EXE didn't

Re: Upgrading Py2exe App

2010-02-19 Thread T
On Feb 18, 7:19 pm, Ryan Kelly r...@rfk.id.au wrote: On Thu, 2010-02-18 at 07:46 -0800, T wrote: I have a Python app which I converted to an EXE (all files separate; single EXE didn't work properly) via py2exe - I plan on distributing this and would like the ability to remotely upgrade the

Re: Upgrading Py2exe App

2010-02-19 Thread Ryan Kelly
On Thu, 2010-02-18 at 20:32 -0800, CM wrote: On Feb 18, 7:19 pm, Ryan Kelly r...@rfk.id.au wrote: On Thu, 2010-02-18 at 07:46 -0800, T wrote: I have a Python app which I converted to an EXE (all files separate; single EXE didn't work properly) via py2exe - I plan on distributing this

Re: Upgrading Py2exe App

2010-02-19 Thread Ryan Kelly
On Fri, 2010-02-19 at 11:08 -0800, T wrote: On Feb 18, 7:19 pm, Ryan Kelly r...@rfk.id.au wrote: On Thu, 2010-02-18 at 07:46 -0800, T wrote: I have a Python app which I converted to an EXE (all files separate; single EXE didn't work properly) via py2exe - I plan on distributing this

Re: Upgrading Py2exe App

2010-02-19 Thread CM
On Feb 19, 4:28 pm, Ryan Kelly r...@rfk.id.au wrote: On Thu, 2010-02-18 at 20:32 -0800, CM wrote: On Feb 18, 7:19 pm, Ryan Kelly r...@rfk.id.au wrote: On Thu, 2010-02-18 at 07:46 -0800, T wrote: I have a Python app which I converted to an EXE (all files separate; single EXE didn't

Upgrading Py2exe App

2010-02-18 Thread T
I have a Python app which I converted to an EXE (all files separate; single EXE didn't work properly) via py2exe - I plan on distributing this and would like the ability to remotely upgrade the program (for example, via HTTP/HTTPS). Looks like it's not just the EXE that I will need need to

Re: Upgrading Py2exe App

2010-02-18 Thread Ryan Kelly
On Thu, 2010-02-18 at 07:46 -0800, T wrote: I have a Python app which I converted to an EXE (all files separate; single EXE didn't work properly) via py2exe - I plan on distributing this and would like the ability to remotely upgrade the program (for example, via HTTP/HTTPS). Looks like it's

Re: Upgrading Py2exe App

2010-02-18 Thread CM
On Feb 18, 7:19 pm, Ryan Kelly r...@rfk.id.au wrote: On Thu, 2010-02-18 at 07:46 -0800, T wrote: I have a Python app which I converted to an EXE (all files separate; single EXE didn't work properly) via py2exe - I plan on distributing this and would like the ability to remotely upgrade the