Advertisement
Guest User

subprocess.Popen SyntaxError

a guest
Apr 15th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. >>> subprocess.Popen("C:\Users\E\AppData\Local\Programs\Python\Python36\pythonw.exe")
  2. File "<stdin>", line 1
  3. SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement