ok, well, part of the problem is that I'm not calling KeyButton anywhere. So, I added KeyButton().mai nloop() to just below root=Tk() and this is the error message I get:
Traceback (most recent call last):
File "C:\Python25\bu ttonTest.pyw", line 52, in <module>
KeyButton().mai nloop()
TypeError: __init__() takes exactly 3 arguments (1 given)
meaning that I didn't call it right. So, with your help, I'm getting closer, I'm sure... but still needs help. Thank you for helping me with this!
Traceback (most recent call last):
File "C:\Python25\bu ttonTest.pyw", line 52, in <module>
KeyButton().mai nloop()
TypeError: __init__() takes exactly 3 arguments (1 given)
meaning that I didn't call it right. So, with your help, I'm getting closer, I'm sure... but still needs help. Thank you for helping me with this!
Comment