cgi python

Fredrik Lundh fredrik at pythonware.com
Thu Oct 13 11:28:39 EDT 2005


Paul Boddie wrote:

> Testing Web applications can be hard, but the traceback tells you
> everything you need to know here.

especially if you make sure to use the cgitb module:

    http://docs.python.org/lib/module-cgitb.html

while developing/debugging.

</F>






More information about the Python-list mailing list