Closed Refrained-LM closed 1 year ago
This is a duplicate of #42.
Manjaro moved to Python 3.11 yesterday, which is why you are seeing this error.
You need to rebuild the python-uinput
AUR package, which contains a fix, then it should work again.
Yup All good like nothing ever happened.
nice, closing then
I try to launch Keyboard Center with the command "keyboard-center %f " and this is the error that I got below
Traceback (most recent call last): File "/usr/lib/keyboard-center/main.py", line 8, in
from mainUi import MainWindow
File "/usr/lib/keyboard-center/mainUi.py", line 23, in
from devices.keyboard import SUPPORTED_DEVICES, KeyboardInterface
File "/usr/lib/keyboard-center/devices/keyboard.py", line 1, in
import uinput
File "/usr/lib/python3.11/site-packages/uinput/init.py", line 86, in
_libsuinput_path = os.path.abspath(os.path.join(os.path.dirname(file), "..", "_libsuinput" + sysconfig.get_config_var("SO")))