Seeing errors in Python CGI

From XPUB & Lens-Based wiki

To see exceptions in an online script.

import cgitb; cgitb.enable()