Trying to write CGI script with python...

M.E.Farmer mefjr75 at hotmail.com
Fri Apr 29 15:31:22 EDT 2005


Just  in case you don't have a clue what they are talking about ;)
import traceback
try:
    #your stuff here
except:
    traceback.print_exc()

That should return any exceptions you may be throwing.




More information about the Python-list mailing list