Re: [python-win32] Dispatch multi instance of the some com server

2018-07-19 Thread Matteo Boscolo
Matteo Boscolo wrote: we have an issues with our com server (exe) . we dispatch it with dispatchEx to be sure that every time we dispatch it a new instance of the com server will be created. but it dose not work. when we dispatchex it the program get the live instance instead of creating a new

Re: [python-win32] Dispatch multi instance of the some com server

2018-07-17 Thread Tim Roberts
Matteo Boscolo wrote: > we have an issues with our com server (exe) . > > we dispatch it with dispatchEx to be sure that every time we dispatch > it a new instance of the com server will be created. > > but it dose not work. > > when we dispatchex it the program get the live instance instead of > c

[python-win32] Dispatch multi instance of the some com server

2018-07-16 Thread Matteo Boscolo
Hi All, we have an issues with our com server (exe) . we dispatch it with dispatchEx to be sure that every time we dispatch it a new instance of the com server will be created. but it dose not work. when we dispatchex it the program get the live instance instead of creating a new one. I