HELP: Python ASP Bug with traceback information

Mark Hammond MarkH at ActiveState.com
Tue Jul 17 20:23:17 EDT 2001


Joe Salmeri wrote:

> Can someone please confirm whether this is a known bug using Python with
> ASP?


It is a known bug with no identified solution.  If you do not handle the 
exception yourself but let the scripting engine handle it, it will work.

The problem is that Python is never passed a filename - just a chunk of 
text that came from "joe.asp" - hence, the traceback module has no way 
of determining what the original source code was.  The script engine 
hacks around this.

Mark.




More information about the Python-list mailing list