write an update manager in python/wxPython

2006-12-07 Thread m . errami
Hello all I have a small application for which I would like to write an update manager. I assume that the basics of it is to compare versions of the user's current application and a new one store in a new file on a particular URL. Now is there any standard way to do that. I am sure I can figure

Re: write an update manager in python/wxPython

2006-12-07 Thread Will McGugan
[EMAIL PROTECTED] wrote: Hello all I have a small application for which I would like to write an update manager. I assume that the basics of it is to compare versions of the user's current application and a new one store in a new file on a particular URL. Now is there any standard way to do

Re: write an update manager in python/wxPython

2006-12-07 Thread gagsl-py
On 7 dic, 19:04, Will McGugan [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: I have a small application for which I would like to write an update manager. I assume that the basics of it is to compare versions of the user's current application and a new one store in a new file on a

Re: write an update manager in python/wxPython

2006-12-07 Thread m . errami
Will Gabriel Well I will then think of something. Thank you very much. I do appreciate your help. M.E. [EMAIL PROTECTED] wrote: On 7 dic, 19:04, Will McGugan [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: I have a small application for which I would like to write an update manager.