Hello
I want to launch an external application and have it completely independent of my script. I have tried subprocess.Popen os.system() and been searching without finding any way of just launching it and not receiving any output from it. The external application quits when I quit my python script. Is it possible to launch an application from a python script and have it run completely independently of the script? So far I haven't found a way.
I want to launch an external application and have it completely independent of my script. I have tried subprocess.Popen os.system() and been searching without finding any way of just launching it and not receiving any output from it. The external application quits when I quit my python script. Is it possible to launch an application from a python script and have it run completely independently of the script? So far I haven't found a way.
Statistics: Posted by jimseng — Sat Jan 27, 2024 3:44 pm