[IPython-dev] Ctrl-C quitting ipython
Gael Varoquaux
gael.varoquaux at normalesup.org
Wed Nov 3 11:51:04 EDT 2010
On Wed, Nov 03, 2010 at 04:49:45PM +0100, Hans Meine wrote:
> Op den Middeweken 03 November 2010 Klock 15:09:50 hett Hans Meine schreven:
> > The result: "Program exited with code 01." - looks like sys.exit(1) (or the
> > equivalent in C in some library) being called. Probably some extension
> > installed a signal handler (we suspect openmesh).
> Problem solved, it was "from enthought.tvtk.api import tvtk" which installed a
> SIGINT handler, and updating the ETS helped.
Ugly! How did updating ETS help? Is the SIGINT handler removed in the new
ETS?
Gael
More information about the IPython-dev
mailing list