Re: [Tutor] Tkinter Radiobutton

2005-01-17 Thread Kent Johnson
Is this code running in a larger program that has a window? You are only supposed to have one root window (Tk()) in a program, maybe that is the problem. Kent Ismael Garrido wrote: Ismael Garrido wrote: Hello. I can't figure out what's wrong in here! For some reason I can't understand, the radio

Re: [Tutor] Tkinter Radiobutton

2005-01-16 Thread Ismael Garrido
Ismael Garrido wrote: Hello. I can't figure out what's wrong in here! For some reason I can't understand, the radiobuttons don't work. The code itself is correct, the problem arises when I tell them that their master is self.configurar. I don't know why, but they don't like it. After changing t

Re: [Tutor] Tkinter Radiobutton

2005-01-16 Thread jfouhy
Quoting Ismael Garrido <[EMAIL PROTECTED]>: > I can't figure out what's wrong in here! For some reason I can't > understand, the radiobuttons don't work. The code itself is correct, the What is the error message? > Button(self.configurar, command=lambda: self._configurarOk(), > text="Ok").gri

[Tutor] Tkinter Radiobutton

2005-01-16 Thread Ismael Garrido
Hello. I can't figure out what's wrong in here! For some reason I can't understand, the radiobuttons don't work. The code itself is correct, the problem arises when I tell them that their master is self.configurar. I don't know why, but they don't like it. Any help is welcome Thanks Ismael d