Traceback not going all the way to the exception?

2008-10-09 Thread sert
I just got an exception and the traceback wouldn't go all the way to the statement that threw the exception. I found that out by using the debugger. Contrast the traceback: http://tinyurl.com/5xglde with the debugger output (notice the arrow pointing to the last statement the traceback

Re: Traceback not going all the way to the exception?

2008-10-09 Thread Terry Reedy
sert wrote: I just got an exception and the traceback wouldn't go all the way to the statement that threw the exception. I found that out by using the debugger. Contrast the traceback: http://tinyurl.com/5xglde with the debugger output (notice the arrow pointing to the last statement the

Re: Traceback not going all the way to the exception?

2008-10-09 Thread Aaron Castironpi Brady
On Oct 9, 3:27 am, sert [EMAIL PROTECTED] wrote: I just got an exception and the traceback wouldn't go all the way to the statement that threw the exception. I found that out by using the debugger. Contrast the traceback: http://tinyurl.com/5xglde with the debugger output (notice the

Re: Traceback not going all the way to the exception?

2008-10-09 Thread sert
Terry Reedy [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: You forgot to specify which version of Python on which computer system. It's on Python 2.6. -- http://mail.python.org/mailman/listinfo/python-list

Re: Traceback not going all the way to the exception?

2008-10-09 Thread sert
sert [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: It's on Python 2.6. On Windows. -- http://mail.python.org/mailman/listinfo/python-list