[IPython-User] ctrl-C question
Fernando Perez
fperez.net@gmail....
Wed Sep 7 19:59:47 CDT 2011
On Wed, Sep 7, 2011 at 5:53 PM, Bago <mrbago@gmail.com> wrote:
> f.configure_traits()
>
> if I ctrl-C when the configure_traits window is open, or close out of it and
> hit ctrl-C ipython quits.
I see it now. There seems to be a difference between edit_traits and
configure_traits. The former doesn't cause the problem and returns
control to the terminal while the GUI is open, while the latter blocks
and crashes with Ctrl-C.
I don't know enough about traits though, what's the intended use of
configure_traits vs edit_traits? I'd always used edit_traits...
Cheers,
f
More information about the IPython-User
mailing list