This does not consistently reproduce, however when I call Session.Abandon()
in the .asp there is a good chance that it will show up on the next python
enabled asp page, seems like the session is killed but not entirely?  If I
kill the browser window and open a new one, the error is gone and it works
well.

Stefan

P.S.  thanks for writing this stuff, it kicks ass.


-----Original Message-----
From: Mark Hammond [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 07, 2001 8:54 PM
To: Stefan Kuzminski; [EMAIL PROTECTED]
Subject: RE: Python ActiveX Scripting Engine error (KeyboardInterrupt)


> 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

That would be http://bugs.activestate.com/show_bug.cgi?id=10204.  It would
be great if we can get some way that I can reproduce the error here.

Mark.

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

Reply via email to