245
241
<h1>IVLE Internal Server Error""")
247
243
and httpcode != apache.HTTP_INTERNAL_SERVER_ERROR):
250
246
<p>An error has occured which is the fault of the IVLE developers or
256
252
req.write("<p>(HTTP error code %d)</p>\n" % httpcode)
258
254
<p>Please report this to <a href="mailto:%s">%s</a> (the system
259
255
administrator). Include the following information:</p>
262
258
tb_print = cStringIO.StringIO()
263
259
traceback.print_exception(exc_type, exc_value, exc_traceback,
267
263
req.write("</pre>\n</body>\n")