Re: Ideas on self updating software?
From: Carlos Ribeiro (carribeiro_at_gmail.com)
Date: 09/13/04
- Next message: Jacob Hallen: "Re: compiling to python byte codes"
- Previous message: Thorsten Kampe: "Re: Python or 4NT? With a question or two about popen()"
- Maybe in reply to: Jaime Wyant: "Ideas on self updating software?"
- Next in thread: Jaime Wyant: "Re: Ideas on self updating software?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 13 Sep 2004 10:29:30 -0300 To: Jaime Wyant <programmer.py@gmail.com>
On Sat, 11 Sep 2004 21:38:08 -0500, Jaime Wyant <programmer.py@gmail.com> wrote:
> Can anyone give me some pointers on writing "self-updating" python
> programs? I have an application that is almost ready for beta
> testing. I want to be able to fix any bugs and push the updates out.
Plase don't. Or -- if you do -- warn your users. Even if this is done
inside a company under your full control, it's a good idea. If, at
last, you decide that you must do it automatically, do it only at some
specific times -- for example, at bootup or when the program is first
loaded everyday. But don't 'push' it automatically. Be really careful,
because many people don't like the idea of automatic software updates,
independent of how good the intentions are.
-- Carlos Ribeiro Consultoria em Projetos blog: http://rascunhosrotos.blogspot.com blog: http://pythonnotes.blogspot.com mail: carribeiro@gmail.com mail: carribeiro@yahoo.com
- Next message: Jacob Hallen: "Re: compiling to python byte codes"
- Previous message: Thorsten Kampe: "Re: Python or 4NT? With a question or two about popen()"
- Maybe in reply to: Jaime Wyant: "Ideas on self updating software?"
- Next in thread: Jaime Wyant: "Re: Ideas on self updating software?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|