from easyprocess import Proc
Hey ! Thanks for sharing your work. I'm trying to make it work on my RPi. When I run
sudo python run.py
I stumbell over this error :
File "run.py", line 10, in <module>
from easyprocess import Proc
ImportError: No module named easyprocess
I did a
sudo pip install EasyProcess
Hey sorry I missed this until now. Were you able to get it going?
The error is saying it can't find easy process, you may need to debug how to install that here: https://pypi.python.org/pypi/EasyProcess
Sorry if that doesn't help you. I think all I had to do was that pip install, so i'm not sure why that wouldn't install for you.
Thanks you for your help ! Since then I've been working on a little project of mine with some friends. It's similar to what you did. It runs on a Raspberry Pi. It monitors my roommates presence through MAC address, monitors our 3D printer server (Octoprint) and everything is conveniently displayed on a screen. We wanted to include your Entry_music features and we did so :).
Please do not hesitate to visit our repository. Try it out, comment, get angry with it :) ... https://github.com/joydisee/Homza
BTW, forgot to telll you : We used parts of your code to trigger a different mp3 for each roomate, everytime they come back from school, job, ... :+1: