[IPython-dev] Ctrl-C quitting ipython
Hans Meine
hans_meine at gmx.net
Wed Nov 3 11:49:45 EDT 2010
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.
Sorry for the noise,
Hans
More information about the IPython-dev
mailing list