[Tutor] python exceptions

johnf jfabiani at yolo.com
Sun Nov 26 18:25:39 CET 2006


My debugger comes up with lots of exceptions (builtin with my IDE wing) when I 
run code I have obtained from others.  This is not a formating error - but 
real unhandled exceptions.  But the when the program/programs is/are run from 
the command line they work as expected.  

So does this mean that the code has some sort of exception handler not part of 
the python code?  Or could mean that Python ignores certain exceptions.  BTW 
this comes mostly from GUI programs.
-- 
John Fabiani


More information about the Tutor mailing list