[issue14830] pysetup fails on non-ascii filenames

Tarek Ziadé report at bugs.python.org
Wed May 16 15:00:23 CEST 2012


New submission from Tarek Ziadé <ziade.tarek at gmail.com>:

Pyramid contains this file: pyramid/tests/fixtures/static/h\xc3\xa9h\xc3\xa9.html

and "pysetup install pyramid" chokes on it when creating the RECORD file, because the csv writer is given a wrong encoded value in util._write_record_file.

The record file orginally created by the install command seem to be in the wrong encoding

----------
assignee: eric.araujo
components: Distutils2
messages: 160856
nosy: alexis, eric.araujo, tarek
priority: normal
severity: normal
status: open
title: pysetup fails on non-ascii filenames
type: behavior
versions: Python 3.3, Python 3.4

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


More information about the Python-bugs-list mailing list