[Tutor] python cgi single double quotes

nitin chandra nitinchandra1 at gmail.com
Wed Jul 20 08:53:18 EDT 2016


Me a little embarrassed :P ... but now when I retyped the code ... it
seems to be working....

Alan, Peter .. .Thank you.



On 20 July 2016 at 17:24, Peter Otten <__peter__ at web.de> wrote:
> 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.
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor


More information about the Tutor mailing list