[issue11200] Addition of abiflags breaks distutils

Antoine Pitrou report at bugs.python.org
Sat Feb 12 19:51:51 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

Actually, looks like distribute should be updated to include "abiflags" in self.config_vars in setuptools/command/easy_install.py. There seems to be a whole bunch of code pasted directly from distutils and it isn't up-to-date anymore. Compare:
https://bitbucket.org/tarek/distribute/src/4ab9b96dc540/setuptools/command/easy_install.py#cl-195
with:
http://code.python.org/hg/branches/py3k/file/9b1daa80168d/Lib/distutils/command/install.py#l321

This bug probably needs to be reported to the distribute issue tracker instead. Tarek, Éric, can you proceed?

----------
assignee:  -> tarek
nosy: +pitrou
resolution:  -> invalid
status: open -> pending

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


More information about the Python-bugs-list mailing list