IIRC the python bindings at some point were intended to support python3 but: if e.matches("EV_ABS", "ABS_X"): File "/opt/xorg/lib/python3.5/site-packages/evemu/__init__.py", line 143, in matches if event_get_value(type) != self.type: File "/opt/xorg/lib/python3.5/site-packages/evemu/__init__.py", line 56, in event_get_value t = _libevdev.libevdev_event_type_from_name(str(event_type)) ctypes.ArgumentError: argument 1: <class 'TypeError'>: wrong type That's not good. Someone should write an angry letter to the editor or something.
fixed as of 48502394b078702cb877524da657683df9d2de3e
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.