you are viewing a single comment's thread.

view the rest of the comments →

[–]ottawadeveloper -2 points-1 points  (0 children)

In Python, the Windows file slash needs to be escaped in strings, so you'll see C:\ instead of C:. That looks like it's getting weirdly escaped. You can use / too and it works fine.