[issue19769] test_venv: test_with_pip() failure on "AMD64 Windows Server 2008 [SB] 3.x" buildbot

Nick Coghlan report at bugs.python.org
Mon Nov 25 13:40:10 CET 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue19769>
_______________________________________


More information about the Python-bugs-list mailing list