This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Arfrever, a.badger, barry, doko, georg.brandl, pitrou, tarek
Date 2011-02-12.18:51:50
SpamBayes Score 2.7375944e-07
Marked as misclassified No
Message-id <1297536711.8.0.300359136503.issue11200@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2011-02-12 18:51:51pitrousetrecipients: + pitrou, barry, georg.brandl, doko, tarek, a.badger, Arfrever
2011-02-12 18:51:51pitrousetmessageid: <1297536711.8.0.300359136503.issue11200@psf.upfronthosting.co.za>
2011-02-12 18:51:51pitroulinkissue11200 messages
2011-02-12 18:51:50pitroucreate