[issue7064] Python 2.6.3 / setuptools 0.6c9: extension module builds fail with KeyError

Tarek Ziadé report at bugs.python.org
Mon Oct 5 13:39:01 CEST 2009


Tarek Ziadé <ziade.tarek at gmail.com> added the comment:

> (3) patch or downgrade distutils to restore the previous behavior

This is not really an option since distutils code was modified to fix
some bugs, with no API change and no backward compat break. 

Users affected with this problems have to ask the Setuptools maintainer
to change the monkey-patches done on distutils and release a new
version, or have to use Distribute that fixes the problem and provide a
setuptools-compatible distribution.

As far as Distutils is concerned, its development and bug fixes will not
be frozen to make sure a 1 year old release of a tool that does
monkey-patches still work. It's up to this project to adapt its patches.

----------
resolution:  -> rejected
stage:  -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list