well, i'm trying to execute a python file in a new terminal. I've tried several thing, no result. I read this Execute terminal command from python in new terminal window? So i tried
subprocess.call(['gnome-terminal', '-x', 'python /root/Desktop/Script/website/bb.py'])
it opens me a new terminal but it says me "no such file or directory". i've tried differents paths without results.
What i'm doing wrong ?
Thanks i