MS COM early and late binding

Olaf Meding OlafMeding at compuserve.com
Tue Apr 27 14:39:32 EDT 2004


Is there a way to find out if I am using early or late binding given
the reference ("excel" in the example below) returned by Dispatch()?

>>> import win32com.client
>>> excel = win32com.client.Dispatch('Excel.Application')

Thanks much for your help.

Olaf



More information about the Python-list mailing list