When I try the following code:
a = "C:\Python27\777.xls"
print a
I get this error:
Decode error- output not utf-8
Although there are other questions which seem related, they mostly seem to be from people actually trying to encode something, whereas I am just trying to make sure my file path does not error out when I call it.
How can I fix it?