{% autoescape None %} {{escape(str(exception_type))}} at {{escape(request_path)}}

{{escape(str(exception_type))}} at {{escape(request_path)}}

{{exception_value}}

Python {{escape(frames[0].filename)}} in {{escape(frames[0].function)}}, line {{frames[0].lineno}}
Web {{escape(request_method)}} {{escape(request_path)}}

Traceback (innermost first)

{%if response_output or response_headers%}

Response so far

HEADERS

{{dicttable_items(response_headers)}}

BODY

{{escape(response_output)}}

Request information

HEADERS

{{dicttable(request_headers)}}

BODY

{{escape(request_input)}} {{dicttable(request_cookies)}} {%end%}

You're seeing this because you have the debug setting set to True. Set that to False if you don't want to see this.