Menu

#5 PyHook and Tkinter Issues?

open
nobody
None
5
2005-10-15
2005-10-15
No

I get a strange error message when I try to reconfigure
a Tkinter widget:

"TypeError: an integer is required"

Traceback (most recent call last):
File
"C:\Python\Python24\Lib\site-packages\pyHook\HookManager.py",
line 348, i
n KeyboardSwitch
return func(event)
File "C:\Python\KeyLogger\bug.py", line 23, in
OnKeyDownEvent
if self.listener:
TypeError: an integer is required

Discussion


Log in to post a comment.