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").grid(row=4, column=0 ) > Button(self.configurar, command=lambda: > self.configurar.destroy(), text="Cancelar").grid(row=4, column=1) An unrelated comment: This would be better as command=self._configurarOK and command=self.configurar.destroy . -- John. _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor