[Ipython-tickets] [IPython] #206: Pressing ctrl+c on windows makes ipython go weird
IPython
ipython-tickets@scipy....
Wed Dec 19 13:41:10 CST 2007
#206: Pressing ctrl+c on windows makes ipython go weird
-------------------------------------+--------------------------------------
Reporter: jpfarias | Owner: fperez
Type: defect | Status: new
Priority: normal | Milestone: 0.9.0
Component: ipython | Version: 1.0
Severity: normal | Resolution:
Keywords: ipython, window, ctrl+c |
-------------------------------------+--------------------------------------
Comment (by jstenar):
This bugreport made me think of a problem I had when using eggs a year or
so ago, I'm not sure if it is the same because there is no information in
the bugreport about what installtion method was used.
The problem is that easyinstall puts an exefile in
python/Scripts/ipython.exe this exefile launches a separate python
process. The problem comes when you press control-c which terminates the
ipython.exe but the python process survives. And after that the cmd.exe
and the python.exe competes for access to the console which makes the
whole thing unusable until you kill the python process.
My guess is that it would be best if we could stop this exe from being
installed.
/Jörgen
--
Ticket URL: <http://ipython.scipy.org/ipython/ipython/ticket/206#comment:1>
IPython <http://ipython.scipy.org>
The IPython interactive Python system
More information about the Ipython-tickets
mailing list