[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.

--
keywords: +patch
Added file: 
http://bugs.python.org/file34215/issue20757_only_print_to_stderr_for_pip_mismatch.diff

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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\lib\runpy.py", line 171, in _run_module_as_main
"__main__", mod_spec)
  File "F:\Python34\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
  File "F:\Python34\lib\ensurepip\_uninstall.py", line 30, in 
_main()
  File "F:\Python34\lib\ensurepip\_uninstall.py", line 26, in _main
ensurepip._uninstall_helper(verbosity=args.verbosity)
  File "F:\Python34\lib\ensurepip\__init__.py", line 133, in _uninstall_helper
raise RuntimeError(msg.format(pip.__version__, _PIP_VERSION))
RuntimeError: ensurepip will only uninstall a matching pip ('1.5.4' installed, '
1.5.2' bundled)

--
components: +Windows
title: 3.4rc2 Traceback on Windows compilation script -> 3.4rc2 Traceback on 
Windows pip uninstall

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com