"Giles Brown" <[EMAIL PROTECTED]> writes:

> Nah.  You're missing my point.  I only want the command window not to
> be closed if there is an *exception*.  Picky I know, but there you go.

I find it useful to set an sys.excepthook which calls the debugger
pdb.pm().  This way I not only see the traceback, but I can also poke
around in the environment to find the problem.

Thomas
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to