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, [email protected] Providenza & Boekelheide, Inc. _______________________________________________ python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
