Windows Cmd.exe Window

harold fellermann harold.fellermann at upf.edu
Thu Jul 7 09:43:14 EDT 2005


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




More information about the Python-list mailing list