I am relatively new to python and now have the following problem. Since recently whenever I generate or include a path in a code the \ is replaced by \. Like e.g. when using
os.join
or when using
r'mypat\myfiles\myfile.py'
or
u'mypat\myfiles\myfile.py'
A work around I found for myself so far was using '/' instead of '\' which did the job. But now I want to manually install a package and get the error
path wrong: C:\\Program Files\\Anaconda2\\pkgs\\...
I assume its something in the settings of either on my computer or the basic python settings. Its Window 7 and I tried German and English Language settings with the same result.