[issue20757] 3.4rc2 Traceback on Windows pip uninstall

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6d0994805e18 by Nick Coghlan in branch '3.4': Close #20757: return success for skipped pip uninstall http://hg.python.org/cpython/rev/6d0994805e18 -- ___ Python tracker

[issue20757] 3.4rc2 Traceback on Windows pip uninstall

2014-02-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 82ec02db7fe6 by Nick Coghlan in branch 'default': Close #20757: return success for skipped pip uninstall http://hg.python.org/cpython/rev/82ec02db7fe6 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open -> c

[issue20757] 3.4rc2 Traceback on Windows pip uninstall

2014-02-24 Thread Ned Deily
Ned Deily added the comment: LGTM -- nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue20757] 3.4rc2 Traceback on Windows pip uninstall

2014-02-24 Thread Jeroen Ruigrok van der Werven
Jeroen Ruigrok van der Werven added the comment: Nick, this resolves the installation issues for me at least. +1 -- ___ Python tracker ___ ___

[issue20757] 3.4rc2 Traceback on Windows pip uninstall

2014-02-24 Thread Nick Coghlan
Nick Coghlan added the comment: Attached patch uses a similar solution to the one I used in issue 19744 to better handle "make install" and "make altinstall" when SSL/TLS are missing: it converts the version mismatch to a printed warning that still reports "success" to the caller. --

[issue20757] 3.4rc2 Traceback on Windows pip uninstall

2014-02-24 Thread Ned Deily
Changes by Ned Deily : -- nosy: +loewis, ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue20757] 3.4rc2 Traceback on Windows pip uninstall

2014-02-23 Thread Jeroen Ruigrok van der Werven
Jeroen Ruigrok van der Werven added the comment: Ah, this might be something we need to fix in the process of the installer. If you have a pip installed that got updated, the install will now fail due version mismatch. Updated the title. Traceback (most recent call last): File "F:\Python34\l