You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
queue.put(event) at the end of the 'listen()' function raises the following:
Exception ignored on calling ctypes callback function: <function listen..low_level_mouse_handler at 0x0000022BFE351090>
Traceback (most recent call last):
File "_winmouse.py", line 165, in low_level_mouse_handler
queue.put(event)
AttributeError: 'function' object has no attribute 'put'
The text was updated successfully, but these errors were encountered:
queue.put(event)
at the end of the 'listen()' function raises the following:Exception ignored on calling ctypes callback function: <function listen..low_level_mouse_handler at 0x0000022BFE351090>
Traceback (most recent call last):
File "_winmouse.py", line 165, in low_level_mouse_handler
queue.put(event)
AttributeError: 'function' object has no attribute 'put'
The text was updated successfully, but these errors were encountered: