Re: [python-win32] COM Dispatch w/multiple sessions?

2008-05-05 Thread Mark Hammond
You probably want win32com.client.DispatchEx(), which doesn't try and "get current object" magic. Cheers, Mark From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adam Pletcher Sent: Tuesday, 6 May 2008 12:45 PM To: python-win32@python.org Subject: [python-win32] COM Dispatch

[python-win32] COM Dispatch w/multiple sessions?

2008-05-05 Thread Adam Pletcher
I have a tool that interacts with a COM server created by a third-party application. My users sometimes need to open mutiple copies of that application. You can probably guess where this is going. Is there any way to tell win32com.client to connect to a specific instance/process of that appl