[issue12087] install_egg_info fails with UnicodeEncodeError depending on locale

Éric Araujo report at bugs.python.org
Mon May 16 18:10:24 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

The pkg_resources module in setuptools or distribute reads those files.

In 3.3, packaging.database reads them too (it’s an implementation of PEP 376 with b/w compat with egg-info).  It may work just fine in 3.x (it uses text I/O), but when we backport packaging to distutils2 for 2.4+, we’ll probably run into the problem again.

----------
components: +Distutils2
nosy: +alexis, pje

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


More information about the Python-bugs-list mailing list