I'm trying to launch a python program in a new window within another python program. However, the window opens to just a command prompt and the new program doesn't launch. I've searched for this answer and can't find anything that pulls it off. What am I doing wrong here?
Popen(["gnome-terminal", "-e", "'python3 ~/Desktop/subprocessLaunch.py'"], shell=True)