Seeing errors in Python CGI: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "To see exceptions in an online script. <source lang="python"> import cgitb; cgitb.enable() </source>")
 
(No difference)

Latest revision as of 15:01, 15 December 2011

To see exceptions in an online script.

import cgitb; cgitb.enable()