Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3990

Python • Can't launch external completely independent of script

$
0
0
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.

Statistics: Posted by jimseng — Sat Jan 27, 2024 3:44 pm



Viewing all articles
Browse latest Browse all 3990

Trending Articles