"W W" <sri...@gmail.com> wrote
the frame.quit method is bound to a quit button. When I double click
the .py
file to run it, it closes when the quit button is pressed. But with
Ipython,
when the quit button is pressed, it unblocks the Ipython input but
doesn't
actually quit the window.
I don't know what framework IPython uses but Tkinter is renowned for
running in irregular ways from inside IDEs - even ones not written in
Tkinter!. My recommendation for testing Tkinter (or indeed any GUI)
programs
is to always run them from an OS prompt.
Alan G
_______________________________________________
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor