08-04-2020, 10:12 AM
Hi Francesco!
Sorry for late answering!
That's the right way, but you have not installed the python mpd package.
Do the following in the terminal.
That should fix the error message!
The best way would be if you let welle.io and the DAB addon start automatically when starting the Raspberry.
Best regards
Thomas
Sorry for late answering!
Quote:sudo python DABclient.py
Traceback (most recent call last):
File "DABclient.py", line 4, in <module>
from mpdclass import MPDConnect
File "/home/pi/mpdclass.py", line 8, in <module>
from mpd import MPDClient, MPDError, CommandError, ConnectionError
ImportError: No module named mpd
That's the right way, but you have not installed the python mpd package.
Do the following in the terminal.
Code:
sudo apt-get update
sudo apt-get install python-mpd
That should fix the error message!
The best way would be if you let welle.io and the DAB addon start automatically when starting the Raspberry.
Best regards
Thomas