lelandg / Raspberry-Pi-Security-Camera

This project requires custom hardware. Schematics are included as a Fritzing file. Uses ePIR to detect motion. Emails a list of people when detected. Also is a Linphone server, so you can simultaneously connect to the camera for a live picture! (Right now is one-way on the Pi.)
MIT License
25 stars 5 forks source link

erro start security_camera.py #22

Closed toshibochan closed 8 years ago

toshibochan commented 8 years ago

Traceback (most recent call last): File "security_camera.py", line 119, in from espeak import espeak ImportError: No module named espeak

lelandg commented 8 years ago

I guess I didn't document everything very well. You simply need to do:

sudo apt-get install python-espeak

Thank you, I will document this and then close this issue.

lelandg commented 8 years ago

@toshibochan , Thank you again. I have updated the ReadMe.md file. Please see there for instructions. After you install espeak, you also need the Python version of Linphone. I have included a link to that page because that in itself is rather detailed. And I figure that way, everyone will always install the latest version and then I will hear about any problems. ;)

If you hit more errors like this, feel free to re-open this issue (if it will let you, or create a new one if not).

If I can implement anything else, please let me know! :) :+1: