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 paul.moore
Recipients alexis, eric.araujo, paul.moore, tarek
Date 2012-02-14.19:31:17
SpamBayes Score 7.1080364e-12
Marked as misclassified No
Message-id <CACac1F9ipMMYN61BG=UhYOFq=dvFbHknjp9D0YKSHo9XtgYBLA@mail.gmail.com>
In-reply-to <1329234511.81.0.409084033967.issue14002@psf.upfronthosting.co.za>
Content
On 14 February 2012 15:48, Éric Araujo <report@bugs.python.org> wrote:
>
> Éric Araujo <merwok@netwok.org> added the comment:
>
>> 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.

To what? The individual packages? Maybe, but I'm not sure how useful
that would be. For example, pywin32 has been using 3-digit versions
like this forever, and I don't see them changing just on the basis of
this (but I may be wrong). PyPI seems to handle pywin32's version
fine...

I'd rather say that it's a bug in distutils2 that it complains about
perfectly valid distributions. I'd be OK with a "verify" flag/action
that checked existing installed distributions, but I see no reason for
any message (informational, warning, or whatever) when you're just
asking for a new distribution to be installed.
History
Date User Action Args
2012-02-14 19:31:18paul.mooresetrecipients: + paul.moore, tarek, eric.araujo, alexis
2012-02-14 19:31:17paul.moorelinkissue14002 messages
2012-02-14 19:31:17paul.moorecreate