[Tutor] Python 3 and tkinter Radiobuttons

Kent Johnson kent37 at tds.net
Mon Oct 12 00:58:58 CEST 2009


On Sun, Oct 11, 2009 at 5:16 PM, bob smith <bobsmith327 at hotmail.com> wrote:
> Yes, on Windows with Python 3.1 and using a StringVar(), the initial state
> is that all radio buttons look selected when the program first begins.  I'm
> able to work around it so that no radio buttons look selected when the
> program first begins with:
>
> v.set(None)
>
> But this seems a bit like a hack.  I know back in Python 2.x on Windows, I
> didn't need to do this.  Is this a bug in tkinter for Python 3?

I don't see anything in the issue tracker. You could add one.
http://bugs.python.org/

Kent


More information about the Tutor mailing list