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@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to