Returning from Tk

Greg Ewing greg at cosc.canterbury.ac.nz
Sun Mar 26 21:02:37 EST 2000


Michael Ackerman wrote:
> 
> I cannot find any way to return from a Tkinter program,

Calling the quit() method of the Tk object should
break out of the main loop.

-- 
Greg Ewing, Computer Science Dept,
+--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg at cosc.canterbury.ac.nz	   +--------------------------------------+



More information about the Python-list mailing list