Nick Coghlan added the comment:

So, the last part of the error message is just runpy getting confused because 
attempting to import pip.__main__ threw ImportError (it should check the 
ImportError name (see issue 19771).

I'm not sure about the first part though - I'm not sure why the pip wheel would 
lose track of a submodule like that.

----------
nosy: +dstufft, larry
priority: normal -> high
versions: +Python 3.4

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

Reply via email to