Re: [Tutor] Python 3 and tkinter Radiobuttons

2009-10-11 Thread bob smith
> To: tutor@python.org > From: alan.ga...@btinternet.com > Date: Sun, 11 Oct 2009 19:32:20 +0100 > Subject: Re: [Tutor] Python 3 and tkinter Radiobuttons > > > "Kent Johnson" wrote > > > Without the v.set() it starts with no button selected. With v.set() it > > starts with one button selecte

Re: [Tutor] Python 3 and tkinter Radiobuttons

2009-10-10 Thread bob smith
te: Thu, 8 Oct 2009 20:43:21 -0400 > Subject: Re: [Tutor] Python 3 and tkinter Radiobuttons > From: ken...@tds.net > To: bobsmith...@hotmail.com > CC: tutor@python.org > > On Thu, Oct 8, 2009 at 6:04 PM, bob smith wrote: > > Hi. I’m using Tkinter to create a new Radiobutton in

[Tutor] Python 3 and tkinter Radiobuttons

2009-10-08 Thread bob smith
Hi. I’m using Tkinter to create a new Radiobutton in Python 3. However, when I create the button, it starts off looking selected instead of unselected (though it behaves correctly like an unselected Radiobutton). So this means when I create a group of Radiobuttons they all look selected when