Paul Moore <p.f.mo...@gmail.com> added the comment:

On 14 February 2012 15:48, Éric Araujo <rep...@bugs.python.org> wrote:
>
> Éric Araujo <mer...@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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14002>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to