xiaowei added the comment: thank you os: win7 bit64 python: 2.7.3
>>> import sys,locale >>> print(locale.getdefaultlocale()) ('zh_CN', 'cp936') >>> print(sys.getdefaultencoding()) ascii >>> 祝愉快! 肖微 2013年 月 日 2013/3/18 Amaury Forgeot d'Arc <rep...@bugs.python.org> > > 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 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