[python-win32] How to figure out the COM object name?

Michael March mmarch at gmail.com
Tue Apr 3 23:37:57 CEST 2007


Newbie question..

I am trying to connect to a COM object.. and I can't figure how to code it..

In Makepy the name of the COM object is:

   OTA COM 9.0 Type LIbrary (1.0)

The DDL is:

   OTAClient.dll

The VB samples have stuff like this..

   Dim td as New TDConnection
   td.InitConnectionEx "http://<servername>:port/qcbin"
   etc...

What should my.....

   obj=win32com.client.Dispatch("...........

...look like?

thanks!


-- 
<admiral>

Michael F. March ----- mmarch at gmail dot com


More information about the Python-win32 mailing list