On 2/10/10 6:14 PM, Wayne Watson wrote:
def Quit(self) self.running = False self.master.quit()
If you change self.master.quit() to sys.exit(), what happens? (Also make sure that "import sys" is somewhere in the code.) -- Kevin Walzer Code by Kevin http://www.codebykevin.com _______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss