Hey there,
        i am writing some (for me) pretty complicated stuff for work that
really needs to work. 
        i have looked at exception handling in the Learning Python book.
and i am using some try / except statements. 
        the problem is, that even though my script does not crash, i dont know
the exact error. 
        is there a parameter that will allow me to use try and except but that
will also pring out the traceback statements that python usually does to
the terminal?

        thanks

_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to