[issue23551] IDLE to provide menu options for using PIP

2015-09-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: This is really needed. A number of recent threads on python-list indicate that beginners are having problems with using pip. Donald, can you answer Saimadhav's questions two messages above? Saimadhav, can you post whatever you have done so far? --

[issue23551] IDLE to provide menu options for using PIP

2015-03-14 Thread Saimadhav Heblikar
Saimadhav Heblikar added the comment: The proof of concept is almost ready. I have a couple of questions to anyone familiar with pip api (and on windows for question 2) 1. Is a restart of the interpreter absolutely required for pip.operations.freeze.freeze() to reflect

[issue23551] IDLE to provide menu options for using PIP

2015-03-14 Thread Mark Lawrence
Mark Lawrence added the comment: I think that on Windows you might have to assume that the user has the rights to install to site-packages, regardless of where the Python version is installed. Please see https://docs.python.org/dev/using/windows.html for the installation screen for 3.5. If

[issue23551] IDLE to provide menu options for using PIP

2015-03-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: PS. I am fine with your initial plan. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23551 ___ ___

[issue23551] IDLE to provide menu options for using PIP

2015-03-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: On Windows, I think we should consider directly supportting http://www.lfd.uci.edu/~gohlke/pythonlibs/ Unofficial Windows Binaries for Python Extension Packages When possible, this has 2.6, 2.7, 3.3, and 3.4 binaries for 32 and 64 bits. I and others use this

[issue23551] IDLE to provide menu options for using PIP

2015-03-07 Thread Mark Lawrence
Mark Lawrence added the comment: I really do think we should support Christoph's site. It has saved me many a headache over the years. For beginners it's also got to be preferable to seeing the rather cryptic Unable to find vcvarsall.bat message, plus how many of them want to install VS?

[issue23551] IDLE to provide menu options for using PIP

2015-03-07 Thread Saimadhav Heblikar
Saimadhav Heblikar added the comment: For the initial version here is what I plan to code: A single package manager entry in a suitable menu. This would open a dialog window containing options for (inspired from msg236906). 1. Show installed packages(freeze) This menu would have

[issue23551] IDLE to provide menu options for using PIP

2015-03-07 Thread Peter Otten
Changes by Peter Otten __pete...@web.de: -- nosy: +peter.otten ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23551 ___ ___ Python-bugs-list

[issue23551] IDLE to provide menu options for using PIP

2015-03-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: Yes, this would complement your checker patch from last summer. It would solve the issue of how to tell or help people, especially beginners, install packages to run with the checker. Idea for the package manager: include an option to duplicate a set of

[issue23551] IDLE to provide menu options for using PIP

2015-03-05 Thread Saimadhav Heblikar
Saimadhav Heblikar added the comment: Hi, I would like to work on this. Give me a day or two to come up with my design plan, for feedback. Let me know please if this feature addition is being considered. -- nosy: +sahutd ___ Python tracker

[issue23551] IDLE to provide menu options for using PIP

2015-02-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: Raymond, I have had a very vague idea of doing something like this. Thanks for posting something more concrete. I share the sentiments of your last sentence. Reading Stackoverflow, it is apparent that some people with two+ Python versions do not know that a

[issue23551] IDLE to provide menu options for using PIP

2015-02-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: Thinking a bit more, the Idle entry point could be one entry, 'Install Packages' or 'Manage Packages' on the Options menu (or maybe Help menu). I am not sure that the new window would need a submenu, as I think everything listed in the opening post could fit

[issue23551] IDLE to provide menu options for using PIP

2015-02-28 Thread Donald Stufft
Donald Stufft added the comment: I'm unlikely to have the time or motivation to do this anytime soon (just to be clear). I would be able to advise anyone who does feel like doing it the best ways to interact with pip itself though. -- ___ Python

[issue23551] IDLE to provide menu options for using PIP

2015-02-28 Thread Raymond Hettinger
New submission from Raymond Hettinger: In teaching Python, I find that many Windows users are command-line challenged and have difficulties using and accessing PIP. In the spirit of what Tortoise has done for version control, I propose that menu options be added for PIP. PyPI (Python Package

[issue23551] IDLE to provide menu options for using PIP

2015-02-28 Thread Donald Stufft
Donald Stufft added the comment: I don't know if this should be part of IDLE or not, but I've long wondered if we should make a GUI frontend for pip. To be clear, I'm not against this being in IDLE either, but just saying I've thought about making a pip-gui project in the past, I just haven't