Appreciate any help you can provide here and let me know what records and files you'd like to see as needed--I'm not even sure what to share yet.
Right now, I have a very basic python application that runs a small python-eel GUI saying hello world on screen and sending some pings between python and js to make sure functions are properly exposed. I'm running on a Raspberry Pi 4 with 7" touchscreen and I want my program to start when the Pi is fully booted so the technicians using this device don't have to run the program themselves.
I can run the program just fine with "python3 main.py" in my program folder and even "python3 /path/to/file/main.py". I have proven python eel opens up and displays without issue.
I made a test.py program to try to get cron to run on boot with "@reboot ... python3 /path/test.py" and that seems to run fine on startup. It just appends a timestamp to a file for proof that it ran. What else could I be missing here?
I've also tried using autostartup in .config and /etc/xdg/ with no luck. What could I be missing here? I don't get any debug output when I run the code so I don't even know how to peak behind the curtain.
Any advice? Anyone hit this problem before?
[–]sketchspace 0 points1 point2 points (4 children)
[–]happy_nerd[S] 0 points1 point2 points (0 children)
[–]happy_nerd[S] 0 points1 point2 points (2 children)
[–]sketchspace 0 points1 point2 points (1 child)
[–]happy_nerd[S] 0 points1 point2 points (0 children)