james-atkinson / speedcomplainer

A python app that will test your internet connection and then complain to your service provider (and log to a data store if you'd like)
509 stars 106 forks source link

"ImportError: No module named daemon (line 5)" #30

Closed olvrb closed 7 years ago

olvrb commented 7 years ago

running python speedcomplainer.py returns "ImportError: No module named daemon (line 5)".

olvrb commented 7 years ago

Fixed by running sudo pip install python-daemon