[issue8663] Failed compile in a non-ASCII path

STINNER Victor report at bugs.python.org
Sun May 9 00:50:13 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

What is your locale and your locale encoding? distutils use ASCII but I'm not 
sure that your locale encoding is ASCII, because Python fails to start if the 
locale is ASCII and the path contains a non ASCII character.

See also issue #8611: "Python3 doesn't support locale different than utf8 and 
an non-ASCII path (POSIX)".

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8663>
_______________________________________


More information about the Python-bugs-list mailing list