Tkinter Checkbutton initialization problem

Paul Rubin http
Sun Jul 3 13:09:31 EDT 2005


Scott David Daniels <Scott.Daniels at Acm.Org> writes:

> Paul Rubin wrote:
> > Python 2.4, Windows XP.  If I say:
> >     f = Frame()
> >     f.grid()
> >     v = IntVar()
>        v.set(1)  # Might help. v.get() at this point returned 0 for me.

Yeah, I tried that too.  Further reorganization of the code in some
other way suddenly made it start working.  I'll have to examine it to
see what I did since I wasn't paying attention to that particular
problem at the time.  I had checked sf.net for a bug report on this
and didn't see one, but maybe didn't check carefully enough.  I'll
look a little more and then file one, I guess.



More information about the Python-list mailing list