[python-win32] Problem on com server ony in a specifie application

Tim Roberts timr at probo.com
Thu Jan 6 19:08:30 CET 2011


Matteo Boscolo wrote:
> I can't find a solution at this little scripts.
>
> if you run the test.vbs the scripts work very well ..
> but if I try to get it work under a thinkdesign (A cad package) I got an 
> error in the test.comInit method ..
> this is the error that the cad give to me :
>     Automation error 0x4005
> any idea on how to survive from this error ?

That error code (0x80004005) is the very unhelpful E_FAIL.

Does ThinkDesign have its own scripting language?  Is it already set up
to use late-bound COM objects?  Do you possibly have a 32-bit/64-bit
confusion?

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



More information about the python-win32 mailing list