Radio Buttons and Variables
Gordon Williams
g_will at cyberus.ca
Fri Jul 16 16:07:25 EDT 1999
More information about the Python-list mailing list
Fri Jul 16 16:07:25 EDT 1999
- Previous message (by thread): Getters and Setters
- Next message (by thread): Radio Buttons and Variables
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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> > >
- Previous message (by thread): Getters and Setters
- Next message (by thread): Radio Buttons and Variables
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list