[python-win32] Creating COM objects in a new process

2024-02-26 Thread Aviv Bergman
Hi I'm trying to create several COM objects, each in a new process, but it seems DispatchEx is reusing the existing COM server process, is there any way to force creating new objects in a new process? I'm using a python COM server,  minimal example attached Thanks Aviv - import o

Re: [python-win32] Creating COM objects in a new process

2024-02-26 Thread Mark Hammond
I'm not aware of anything, other than arranging for the existing process to terminate. Cheers, Mark On 2024-02-26 4:12 a.m., Aviv Bergman wrote: Hi I'm trying to create several COM objects, each in a new process, but it seems DispatchEx is reusing the existing COM server process, is there

Re: [python-win32] Creating COM objects in a new process

2024-02-26 Thread Wuping Xin
;>> o1.test() 'process = 26764' >>> o2.test() 'process = 26764' >>> ___ python-win32 mailing list [email protected] https://mail.python.org/mailman/listinfo/python-win32 -- next part -