M.E.Farmer wrote:

> I found an excellent example that was posted by the F-bot.
> Fredrik Lundh            May 26 2000

Python has since grown the cgitb module. Putting

import cgitb; cgitb.enable()

at the top of your cgi script may be even more convenient than using the
Lundhian wrapper.

Peter
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to