[issue23551] IDLE to provide menu link to PIP gui.

Terry J. Reedy report at bugs.python.org
Sun Sep 6 05:25:03 CEST 2015


Terry J. Reedy added the comment:

You are right. While multiple info requests work, I found a test that fails. 'list' showed that I had Pillow 2.7.0.  'install -U Pillow' updated to 2.9.0'. 'list' again still showed 2.7.0. 'show Pillow' then failed because 2.7.0 could not be found.  After an install, we need to delete the one local reference to pip(.main), which should remain the only reference, and reload to refresh that cache.

There is an obscure bug in either python, pip, or tem_pip such that runpip('-h') silently crashes python in both console and Idle. I will try to localize it.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23551>
_______________________________________


More information about the Python-bugs-list mailing list