I am trying to open a python file on my Windows computer with a subprocess, but I can't make it work.
import subprocess
subprocess.Popen('python C:\Users\Kristian\Desktop\Python\Ja\Bakkom var her.py',shell=True)
This is my code. when I run it I get a window on my screen saying:
(unicode error)'unicodeescape' codec can´t decode bytes in position 9-10: truncated \UXXXXXXXX escape