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 ncoghlan
Recipients dstufft, ncoghlan, paul.moore, python-dev, r.david.murray
Date 2014-02-05.13:29:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391606947.98.0.78281275182.issue20053@psf.upfronthosting.co.za>
In-reply-to
Content
*sigh*, Windows is not cooperating, suggesting it is still reading the default config file:

http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/4000/steps/test/logs/stdio

======================================================================
FAIL: test_with_pip (test.test_venv.EnsurePipTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_venv.py", line 342, in test_with_pip
    self.assertEqual(err, "")
AssertionError: 'C:\\Users\\Buildbot\\AppData\\Local\\Temp[57 chars]\r\n' != ''
- C:\Users\Buildbot\AppData\Local\Temp\tmpfiz5hrop\Scripts\python_d.exe: No module named pip
History
Date User Action Args
2014-02-05 13:29:08ncoghlansetrecipients: + ncoghlan, paul.moore, r.david.murray, python-dev, dstufft
2014-02-05 13:29:07ncoghlansetmessageid: <1391606947.98.0.78281275182.issue20053@psf.upfronthosting.co.za>
2014-02-05 13:29:07ncoghlanlinkissue20053 messages
2014-02-05 13:29:07ncoghlancreate