[SciPy-dev] gui_thread issue

eric jones eric at enthought.com
Mon Nov 8 00:03:22 EST 2004


Robert Kern wrote:

> eric jones wrote:
>
>> One more thing.  Now that I have the necessary "readline" module in 
>> my site-packages to make ipython colorize correctly, Ctrl-Z no longer 
>> works to exit a standard python shell or ipython.  Has anyone else 
>> had similar problems?  Ctrl-C sometimes exits ipython, sometimes 
>> not.  I use "import sys;sys.exit()" to exit standard python prompts.
>
>
> Ctrl-D should work now as is standard on Unix-type platforms.
>
Cool.  Thanks.  That does the trick. 

This message should be changed though...

In [2]: exit
Out[2]: 'Use Ctrl-Z plus Return to exit. Use @Exit or @Quit to exit 
without confirmation.'

thanks,
eric




More information about the SciPy-Dev mailing list