FIXED: Exit through GUI menu, rename executable to ioscopy
commit9bf91e9ad0fdf4ad7e1de23a0b9c365f819261ed
authorArnaud Gardelein <agardelein@yahoo.fr>
Tue, 11 Jan 2011 22:50:02 +0000 (11 23:50 +0100)
committerArnaud Gardelein <agardelein@yahoo.fr>
Tue, 11 Jan 2011 22:50:02 +0000 (11 23:50 +0100)
tree8bee1b7b9b01ebddf01e4842d630445163fbc639
parentd27d574582863eedf64427015a693b47f54e12af
FIXED: Exit through GUI menu, rename executable to ioscopy

Per default, ipython -pylab use a multithreaded version of the shell, therefore calling gtk.main_quit() would only exit the gtk thread.
This commit is mainly derived from posts #6 and #7 of https://bugs.launchpad.net/ipython/+bug/270856.

And the name is changed to be shorter and reflect the fact we use oscopy module together with ipython.
Makefile.am
ioscopy_app.py
oscopy/ui.py