> I am mixing 2 examples given in "an-introduction-to- tkinter "
> by Fredrik Lundh.(and got this code)
> Today I got this error message
>
> Traceback (most recent call last):
> File "", line 1, in
>xx=app(root,event)
> NameError: global name 'event' is not defined
Which tells you that e
HelloI tried various permutations of the code.Nothing worked.
I am mixing 2 examples given in "an-introduction-to- tkinter "
by Fredrik Lundh.(and got this code)
Today I got this error message
Traceback (most recent call last):
File "", line 1, in
pp()
File "", line 18, in pp
xx=app(r