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

2016-04-07 Thread Eric Khoo Jiun Hooi
Eric Khoo Jiun Hooi added the comment: The search button of search tab still not done yet, so it still cannot be used now -- Added file: http://bugs.python.org/file42396/pip_gui_v5.py ___ Python tracker <rep...@bugs.python.org>

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

2016-04-06 Thread Eric Khoo Jiun Hooi
Changes by Eric Khoo Jiun Hooi <erichooi1...@gmail.com>: Added file: http://bugs.python.org/file42379/pip_gui_v4.py ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

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

2016-04-06 Thread Eric Khoo Jiun Hooi
Eric Khoo Jiun Hooi added the comment: I try to open the script in editor mode and run the script. It restart shell and run the script. I upload the picture of it, is there any wrong with it? -- Added file: http://bugs.python.org/file42378/tem_v3_idle.png

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

2016-04-05 Thread Eric Khoo Jiun Hooi
Eric Khoo Jiun Hooi added the comment: Terry, how do you run the script on idle? I try to run the script with idle -r "script name" and it was ok. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.py

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

2016-03-28 Thread Eric Khoo Jiun Hooi
Eric Khoo Jiun Hooi added the comment: Is there any other uses of the ensurepip script? -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

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

2016-03-28 Thread Eric Khoo Jiun Hooi
Eric Khoo Jiun Hooi added the comment: >From what I know after reading the ensurepip script, the ensurepip script is >checking whether the pip and it requirement tools are installed right like >get_pip.py that was mention https://pip.pypa.io/en/stable/installing/ ? So, we >

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

2016-03-27 Thread Eric Khoo Jiun Hooi
Eric Khoo Jiun Hooi added the comment: @Terry, this is the code segment that I wrote to display the latest as you mention. Do give comment for improvement. -- Added file: http://bugs.python.org/file42308/pip_gui_v3.py ___ Python tracker <

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

2016-03-25 Thread Eric Khoo Jiun Hooi
Eric Khoo Jiun Hooi added the comment: One more thing, window should be able to install package with pip. So, why the need of http://www.lfd.uci.edu/~gohlke/pythonlibs/ ? -- Added file: http://bugs.python.org/file42284/Design reference from pycharm.png

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

2016-03-25 Thread Eric Khoo Jiun Hooi
Eric Khoo Jiun Hooi added the comment: Terry, now I have done two more mockup for the installed package tab which is referenced from your suggestion and belopolsky's suggestion. Which you do you prefer? About the http://www.lfd.uci.edu/~gohlke/pythonlibs/ repo that you suggested

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

2016-03-24 Thread Eric Khoo Jiun Hooi
Eric Khoo Jiun Hooi added the comment: The implementation of features that already provided by command line interface should not be a problem. However, I do not understand how the search for package and change default repository function. Is it going to search the package from other website

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

2016-03-24 Thread Eric Khoo Jiun Hooi
Eric Khoo Jiun Hooi added the comment: I also change some of the design like instead of showing the installed package information beside the list, I think that it will be better to show the package information on a new pop up window. You can try to double click the list of search tab

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

2016-03-24 Thread Eric Khoo Jiun Hooi
Changes by Eric Khoo Jiun Hooi <erichooi1...@gmail.com>: Added file: http://bugs.python.org/file42270/GSoC2016Proposal(1).pdf ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

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

2016-03-24 Thread Eric Khoo Jiun Hooi
Eric Khoo Jiun Hooi added the comment: Thank @Terry for your suggestion. I have been working on this few hour to fix and improve the code. I have also add some new feature into the application. Hope you can help me to review it again. Thank. About the proposal, please help me to review

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

2016-03-23 Thread Eric Khoo Jiun Hooi
Changes by Eric Khoo Jiun Hooi <erichooi1...@gmail.com>: Added file: http://bugs.python.org/file42253/prototype_design.png ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

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

2016-03-23 Thread Eric Khoo Jiun Hooi
Eric Khoo Jiun Hooi added the comment: @Terry, I am also a GSOC 2016 participant. I would also like to work on this project. I had spent a few days to learn the tkinter library and finally finish some code for this project. Hope you can help to review it and giving some feedback