[Tutor] python cgi single double quotes

Peter Otten __peter__ at web.de
Wed Jul 20 07:54:40 EDT 2016


nitin chandra wrote:

> Ran both the method

So everything seems to be working as expected. When you go back to your 
original script you can enable tracebacks rendered as html with

#!/usr/bin/env python
import cgitb
cgitb.enable()

... # your code

Provided there are no syntax errors in the script this should simplify 
detecting any exceptions the code may raise. If there is a traceback that 
doesn't make sense to you post it here to see if we can help.



More information about the Tutor mailing list