Entry_music icon indicating copy to clipboard operation
Entry_music copied to clipboard

from easyprocess import Proc

Open usag1e opened this issue 10 years ago • 3 comments

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

usag1e avatar Mar 07 '15 00:03 usag1e

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.

tenfef avatar Mar 28 '15 06:03 tenfef

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

usag1e avatar Mar 28 '15 14:03 usag1e

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:

usag1e avatar Mar 28 '15 16:03 usag1e