fsahli / music-cards

Use RFID to select albums and playlist from Spotify using mopidy
39 stars 59 forks source link

config.py #4

Open llmcd opened 5 years ago

llmcd commented 5 years ago

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

luciandf commented 5 years ago

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