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 olsongt
[EMAIL PROTECTED] wrote: > 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

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

Re: Restart a Python COM Server

2006-10-17 Thread MC
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/mailman/listinfo/python-list

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