On 07.07.2005, at 15:25, Giles Brown wrote:

> 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.

well, then register raw_input as exit function:

 >>> import atexit
 >>> atexit.register(raw_input)

works fine in my terminal. should do in your framework also.

cheers,

- harold -

--
What is mind? -- Doesn't matter.
What is matter? -- Never mind!
--

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

Reply via email to