The following lines cause with ipython a crash as soon as I close the tk-window instance a.
import visual, Tkinter a = Tkinter.Tk() a.update() display = visual.display(title = 'Hallo') display.exit = 0 visual.sphere()
If I close the visual display first, the entire terminal crashes. I run everything on kubuntu 8.10. Is this a bug or am I doing something wrong? If this is a bug: Is there a smart way to avoid it?
Cheers, Philipp
Have you tried starting ipython with the
-gthread -tkcommand-line switches?From
ipython --help: