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

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 out

Re: Restart a Python COM Server

2006-10-18 Thread m . errami
Alright. I kind of get the idea. But how do I do that? Anyway, it is more for development reason than anything else. It's not that big of a deal. But still it would be nice to have a solution... Thanx again M.E. [EMAIL PROTECTED] wrote: > [EMAIL PROTECTED] wrote: > > Hello all. > > I am desperate

Re: Restart a Python COM Server

2006-10-18 Thread m . errami
OK, well thank you for your help (merci pour ton aide!) M.E. MC wrote: > Hi! > > It is the normal behavior of COM. > > Note that, Python being dynamic, you can modify Python script, OF THE > INTERIOR, during execution. > > -- > @-salutations > > Michel Claveau -- http://mail.python.org/mailm

Restart a Python COM Server

2006-10-17 Thread m . errami
Hello all. I am desperately in need for you help guys. Here is the story: 1- I have created a small simple COM serve with python (along the lines read in Win32 Programming with python). 2- If I start the server and call a function from VBE everything works fine 3- I then want to modify the function

Re: How to close the DOS Shell when starting a python script

2006-09-25 Thread m . errami
Wildemar Wildenburger wrote: > Paddy wrote: > > Rename the .py file with extension .pyw. > > - Paddy. > > > To elaborate: This works because, by default, .py files are associated > with python.exe and .pyw files are associated with pythonw.exe, the > latter not opening a console window. > You can

How to close the DOS Shell when starting a python script

2006-09-22 Thread m . errami
Hello all. I know the question will seem stupid but googling it gives me only stuff I don't care about. So the question is the following: When I start a python script containing a wxApp under windows XP, I double click , my program opens and a background DOS shell also opens. Is there any way to pr