Re: [python-win32] Python and IUnknown-based COM objects

2008-07-07 Thread Kirk Fertitta
-8907 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Golden Sent: Monday, July 07, 2008 9:14 AM Cc: python-win32@python.org Subject: Re: [python-win32] Python and IUnknown-based COM objects Kirk Fertitta wrote: > I am trying to use a COM component that

Re: [python-win32] Python and IUnknown-based COM objects

2008-07-07 Thread Tim Golden
Kirk Fertitta wrote: I am trying to use a COM component that does not support the IDispatch interface. It has only early-bound IUnknown derived interfaces in it. The folks at ActiveState directed me to this list for some assistance. It seems from some of the documentation I’ve come across th

[python-win32] Python and IUnknown-based COM objects

2008-07-07 Thread Kirk Fertitta
I am trying to use a COM component that does not support the IDispatch interface. It has only early-bound IUnknown derived interfaces in it. The folks at ActiveState directed me to this list for some assistance. It seems from some of the documentation I've come across that Python can make ea