OK, it goes through with sudo
but now when I do what is marked there, it doesn't work

this is what happens

chris@tinkerboard:~$ cd /usr/share/weatherradio
chris@tinkerboard:/usr/share/weatherradio$ ./bin/wr_rrd_update.py
Traceback (most recent call last):
  File "./bin/wr_rrd_update.py", line 21, in <module>
    from pid.decorator import pidfile
ModuleNotFoundError: No module named 'pid'
chris@tinkerboard:/usr/share/weatherradio$ sudo ./bin/wr_rrd_update.py
[sudo] Mot de passe de chris : 
Traceback (most recent call last):
  File "./bin/wr_rrd_update.py", line 21, in <module>
    from pid.decorator import pidfile
ModuleNotFoundError: No module named 'pid'


Read More...