> 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
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
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