Forum Archive

run code?

ellie_ff1493

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

mikael

@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.

ellie_ff1493

like how the run button works

ellie_ff1493

i am making a program so i can develop on my computer an run that code on my ipad

cvp

@ellie_ff1493 see here

and hère