Jump to content

Raspberry Pi Photobooth

beaubrum

Hello,

I am trying my darnest to work with the scripts given by https://makezine.com/projects/raspberry-pi-photo-booth/

 

This is my third time trying it... When I get to step 7, I get this:

pi@raspberrypi:~/git/TouchSelfie/scripts $ python ./photobooth_gui.py
python: can't open file './photobooth_gui.py': [Errno 2] No such file or directory
 

Here is what's in the dir:

pi@raspberrypi:~/git/TouchSelfie/scripts $ dir
configuration.py  fakehardware.py      openselfie.conf    setup.py
constants.py      hardware_buttons.py  OpenSelfie.json    tkImageLabel.py
cv2_camera.py      mykb.py           ressources    touch_selfie_install.sh
EMAIL.LOG      oauth2services.py    screenshot.py    user_interface.py
 

What do I need to do?

 

Thanks. 

Link to comment
Share on other sites

Link to post
Share on other sites

As you can see that script simply does not exist. The reason is most likely that you're reading a 4 years old guide while the project has been updated just a few months ago. Just follow the guide on the github page.

https://github.com/wyolum/TouchSelfie

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
Share on other sites

Link to post
Share on other sites

36 minutes ago, beaubrum said:

Hello,

I am trying my darnest to work with the scripts given by https://makezine.com/projects/raspberry-pi-photo-booth/

 

This is my third time trying it... When I get to step 7, I get this:

pi@raspberrypi:~/git/TouchSelfie/scripts $ python ./photobooth_gui.py
python: can't open file './photobooth_gui.py': [Errno 2] No such file or directory
 

Here is what's in the dir:

pi@raspberrypi:~/git/TouchSelfie/scripts $ dir
configuration.py  fakehardware.py      openselfie.conf    setup.py
constants.py      hardware_buttons.py  OpenSelfie.json    tkImageLabel.py
cv2_camera.py      mykb.py           ressources    touch_selfie_install.sh
EMAIL.LOG      oauth2services.py    screenshot.py    user_interface.py
 

What do I need to do?

 

Thanks. 

it would seem like you need to run either+or/and:

python 'touch_selfie_install.sh'

python 'setup.py'

BUT prob best to look at the git hub page provided by Sauron and get the newest version and/or correct instructions.

Link to comment
Share on other sites

Link to post
Share on other sites

Thanks! I totally figured it out. I appreciate it. Now, I am having a problem with executing it. It ran once and now it will not run again. lol.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×