KeyboardInterrupt errors in ASP pages

B martin_byrne2 at yahoo.co.uk
Thu Apr 11 04:45:28 EDT 2002


I am using Python as the language for creating server side asp pages.
The problem is that when using Response.Redirect(page), I seem to get
the message below randomly but frequently enough to be a problem.

Has anyone else found this problem and is there a way around it. Is it
a bug in the Response.Redirect code?

Python ActiveX Scripting Engine error '80020009' 

Traceback (innermost last): KeyboardInterrupt 

/Default.asp, line 0



More information about the Python-list mailing list