Re: [Tutor] re.Binding Events

2009-02-10 Thread ALAN GAULD
> 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

[Tutor] re.Binding Events

2009-02-09 Thread prasad rao
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