ekianjo
Hardcore Member
A very simple question, but I can't figure how this works with PNDs.
I have a program in python I want to port, that needs a setup.py script to be launched first to install the software - then the main.py can be used subsequently.
How would this work on Pandora ?
1/ is it possible to execute a setup script only once, and skip for subsequent program launches ?
2/ if not, should I try to integrate the setup commands in the actual main program to ensure the related actions are always properly followed?
Any help would be appreciated
Thanks.
I have a program in python I want to port, that needs a setup.py script to be launched first to install the software - then the main.py can be used subsequently.
How would this work on Pandora ?
1/ is it possible to execute a setup script only once, and skip for subsequent program launches ?
2/ if not, should I try to integrate the setup commands in the actual main program to ensure the related actions are always properly followed?
Any help would be appreciated
Thanks.