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 eric.araujo
Recipients alexis, eric.araujo, paul.moore, tarek
Date 2012-02-14.15:48:30
SpamBayes Score 4.9266326e-08
Marked as misclassified No
Message-id <1329234511.81.0.409084033967.issue14002@psf.upfronthosting.co.za>
In-reply-to
Content
> The initial errors look like complaints about existing packages I have installed by other means
They’re logging messages, not errors.  They appear because distutils2 scans sys.path for egg-info and egg files/dirs and reports invalid versions (per PEP 386).  Can you report a bug about them?  We do want a warning or an error when someone puts an invalid version in their setup.cfg, but when we’re scanning installed distributions it’s useless to warn.

> The final one looks like a bug in distutils2
I can reproduce it on Debian.  A test should not be hard to add, adding the “easy” keyword.
History
Date User Action Args
2012-02-14 15:48:31eric.araujosetrecipients: + eric.araujo, paul.moore, tarek, alexis
2012-02-14 15:48:31eric.araujosetmessageid: <1329234511.81.0.409084033967.issue14002@psf.upfronthosting.co.za>
2012-02-14 15:48:31eric.araujolinkissue14002 messages
2012-02-14 15:48:30eric.araujocreate