[Tutor] Broblem with exiting a Tkinter app

2004-12-04 Thread Mark Kels
Hi all , I got 2 questions for you guys. The fist question: I wrote small Tkinter app while laerning about the Radiobutton widget, and I added a Quit button, like this: bb=Button(root, text=Quit, fg=BLUE, command=root.quit).pack() When I pressed the button the app crashed and I got an error

Re: [Tutor] Broblem with exiting a Tkinter app

2004-12-04 Thread Mark Kels
On Sat, 04 Dec 2004 14:38:06 -0500, Kent Johnson [EMAIL PROTECTED] wrote: Mark Kels wrote: Hi all , I got 2 questions for you guys. The fist question: I wrote small Tkinter app while laerning about the Radiobutton widget, and I added a Quit button, like this: bb=Button(root,