Hi, I get this occasionally while using Python in an asp page, any help
would be appreciated..
Error Type:
Python ActiveX Scripting Engine (0x80020009)
Traceback (innermost last): File "<Script Block >", line 1, in ?
Response.WriteBlock(0) File
"C:\Python21\win32comext\axscript\client\pyscript.py", line 150, in
__getattr__ return getattr(self._scriptItem_.dispatchContainer,attr) File
"C:\Python21\win32com\client\dynamic.py", line 390, in __getattr__ return
self._make_method_(attr) File "C:\Python21\win32com\client\dynamic.py", line
274, in _make_method_ methodCodeList =
self._olerepr_.MakeFuncMethod(self._olerepr_.mapFuncs[name], methodName,0)
File "C:\Python21\win32com\client\build.py", line 305, in MakeFuncMethod
return self.MakeDispatchFuncMethod(entry, name, bMakeClass) File
"C:\Python21\win32com\client\build.py", line 350, in MakeDispatchFuncMethod
s = '%s\treturn self._oleobj_.InvokeTypes(0x%x, LCID, %s, %s, %s%s)' %
(linePrefix, id, fdesc[4], retDesc, argsDesc, _BuildArgList(fdesc, names))
KeyboardInterrupt 


Thanks,
Stefan
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to