Radio Buttons and Variables

Gordon Williams g_will at cyberus.ca
Fri Jul 16 16:07:25 EDT 1999


Thanks for the solution. This has taken a lot of my time.

Do you know why (root) works and not just ().

Can you suggest an IDE that will not give me this problem?

Gordon Williams

Fredrik Lundh <fredrik at pythonware.com> wrote in article
<001101becfc4$8e58b370$f29b12c2 at secret.pythonware.com>...
> Gordon Williams <g_will at cyberus.ca> wrote:

> 
> the fact that you're running this under PythonWin is
> definitely the cause of the problem; the code looks
> fine, and I cannot repeat this problem using my
> favourite IDE...
> 
> > Any ideas to solve this?
> 
> try changing:
> 
>      foovar = IntVar()
> 
> to
> 
>      foovar = IntVar(root)
> 
> and see if that helps.
> 
> </F>
> 
> 




More information about the Python-list mailing list