BDadmehr0/terminate

pynput not support xorg

Open

#8 opened on Feb 20, 2025

 (0 comments) (0 reactions) (0 assignees)Python (0 forks)auto 404
bugdocumentationgood first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

change pynput to evdev

Unhandled exception in listener callback
Traceback (most recent call last):
  File "/home/dadmehr/.local/lib/python3.13/site-packages/pynput/_util/__init__.py", line 228, in inner
    return f(self, *args, **kwargs)
  File "/home/dadmehr/.local/lib/python3.13/site-packages/pynput/_util/xorg.py", line 470, in _handler
    self._handle(self._display_stop, event)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: '_thread._ThreadHandle' object is not callable

Contributor guide