On Sun, Oct 11, 2009 at 5:16 PM, bob smith <[email protected]> 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 _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
