-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to be able to run the program from anywhere #10
Comments
I created a separate shell script which simply changes to the photo booth program folder and then runs the capture.py script |
Would you create a pull request with the shell script? Thanks! |
Ah, I see what's going on. When it loads the config file if it isn't given an explicit path then it defaults to "./peppercarrot.yaml". So if it's not in the same directory it'll error out. |
I think this is fixed with the latest push in feature/cleanup. Please confirm. |
@waldo323 Did this work properly for Penguicon or is there still more work to do? |
@craigmaloney I may have the full path listed in the cron or whatever is launching the script from or it is changing to the directory then running. I will check later and confirm one way or the other |
I can run capture from elsewhere running develop, but run into an issue Traceback (most recent call last): develop is not full screen otherwise the yaml files for the theme look the same |
I verified that with the capture file from develop checked into master I am able to start the photobooth software. I will commit it to my master and then put in a pull request. |
Need to be able to run the program from anywhere so when auto starting the paths work ok
The text was updated successfully, but these errors were encountered: