[python-win32] Win32 com module error

Tim Roberts timr at probo.com
Fri Jun 24 12:49:14 EDT 2016


Asha Eshu wrote:
>
> yes.  The COM Object, python and the application which i am invoking
> is also 32-bit. 
> its is just a win32com.client.Dispatc("a.application");
>
> I have this error for the Interface.

I'm not sure what you mean by the last sentence.  You are dribbling out
only tiny pieces of partial information, which makes it very difficult
for us to do any analysis.  Does the error occur when you call
win32com.client.Dispatch, or does it happen later?  The full traceback
would have shown that, but you didn't give us a full traceback.

Is this a COM server that you wrote?  Is it in-process or
out-of-process?  Have you verified that you can instantiate this object
from other languages?  It's pretty easy to test COM interfaces from
VBScript or PowerShell.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list