Amaury Forgeot d'Arc added the comment:

There may be an issue with the GetFullPathName system call.
Could you copy the result of these functions:

import sys, locale
print(locale.getdefaultlocale())
print(sys.getdefaultencoding())

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17320>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to