É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.

> 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.

----------
assignee: tarek -> eric.araujo
keywords: +easy
stage:  -> test needed
versions: +3rd party, Python 3.3 -Python 2.7

_______________________________________
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