ellie_ff1493
Oct 23, 2018 - 06:02
how do I run I python file as a new process I am currently using runpy but that runs in the current file and doesn't set some of the startup variables correctly
how do I run I python file as a new process I am currently using runpy but that runs in the current file and doesn't set some of the startup variables correctly
@ellie_ff1493, can you be a bit more specific on what you are trying to accomplish? I think you already know that literally running a ”new process” is not possible in Pythonista due to Apple restrictions on apps.
like how the run button works
i am making a program so i can develop on my computer an run that code on my ipad