[issue4352] imp.find_module() fails with a UnicodeDecodeError when called with non-ASCII search paths

STINNER Victor report at bugs.python.org
Fri Mar 20 00:07:54 CET 2009


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

Oh, I found sys.setfilesystemencoding("latin-1")! But even with that, 
your example find_module.py works correctly with py3k trunk. The 
problem has maybe gone?

----------

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


More information about the Python-bugs-list mailing list