[New-bugs-announce] [issue13205] NameErrors in generated setup.py (codecs, split_multiline)

David Barnett report at bugs.python.org
Tue Oct 18 03:53:53 CEST 2011


New submission from David Barnett <davidbarnett2 at gmail.com>:

The setup.py file currently generated by "pysetup generate-setup" fails to import the "codecs" module, and also uses a split_multiline function from distutils2/utils.py that's undefined in the setup script.

----------
assignee: tarek
components: Distutils2
files: fix_nameerrors.patch
keywords: patch
messages: 145768
nosy: alexis, eric.araujo, mu_mind, tarek
priority: normal
severity: normal
status: open
title: NameErrors in generated setup.py (codecs, split_multiline)
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file23435/fix_nameerrors.patch

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


More information about the New-bugs-announce mailing list