[Distutils] unicode and pkg_resources

Philippe Normand philippe at fluendo.com
Fri Mar 6 11:06:08 CET 2009


Hi,

I'm having issues with pkg_resources.resource_filename(). If the file is
located in a directory containing accentuated characters (like ë), the
path is wrong, it's a byte string unproperly encoded whereas it should
be a unicode...

I searched on the Python bugtracker about that issue but found
nothing... Phillip, and others, what do you think?

Regards,
Philippe


More information about the Distutils-SIG mailing list