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 vstinner
Recipients ncoghlan, vstinner
Date 2013-11-25.11:30:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385379005.22.0.834841842674.issue19769@psf.upfronthosting.co.za>
In-reply-to
Content
This issue looks like issue #19734, but I'm not sure, so I prefer to open a new issue. Don't hesitate to close it as a duplicate of it's the same.

http://buildbot.python.org/all/builders/AMD64%20Windows%20Server%202008%20%5BSB%5D%203.x/builds/1752/steps/test/logs/stdio

test_with_pip (test.test_venv.EnsurePipTest) ... FAIL

======================================================================
FAIL: test_with_pip (test.test_venv.EnsurePipTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\home\cpython\buildslave\x64\3.x.snakebite-win2k8r2sp1-amd64\build\lib\test\test_venv.py", line 314, in test_with_pip
    self.assertEqual(err, "")
AssertionError: "C:\\Users\\BUILDS~1\\AppData\\Local\\Tem[138 chars]\r\n" != ''
- C:\Users\BUILDS~1\AppData\Local\Temp\tmpa0ocjb9d\Scripts\python_d.exe: No module named 'pip._vendor.requests.adapters'; 'pip' is a package and cannot be directly executed
History
Date User Action Args
2013-11-25 11:30:05vstinnersetrecipients: + vstinner, ncoghlan
2013-11-25 11:30:05vstinnersetmessageid: <1385379005.22.0.834841842674.issue19769@psf.upfronthosting.co.za>
2013-11-25 11:30:05vstinnerlinkissue19769 messages
2013-11-25 11:30:04vstinnercreate