Accessing with Python a file in path with spaces

0

I have the file "C: \ Program Files (x86) \ executable.exe", but when trying to run it with os.system (), since it has spaces, an error occurs in "C: \ Program" because it does not read beyond the first space.

Do you know how to solve this problem?

Thank you.

    
asked by Samuel 31.05.2018 в 16:14
source

0 answers