music-cards icon indicating copy to clipboard operation
music-cards copied to clipboard

config.py

Open llmcd opened this issue 6 years ago • 1 comments

Here is the error I get then I try to run the config script.

root@MusicBox:~# python config.py

Traceback (most recent call last): File "config.py", line 2, in import InputDevice, list_devices ImportError: No module named InputDevice

llmcd avatar Feb 03 '19 17:02 llmcd

you have to install the evdev module. follow the instructions from the README carefully.

luciandf avatar Mar 04 '19 08:03 luciandf