[Tutor] question about try & except

nephish nephish at xit.net
Thu Oct 27 04:53:06 CEST 2005


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



More information about the Tutor mailing list