Re: 'Swampy' installation through 'pip'

2014-05-21 Thread Ronak Dhakan
After reading the suggestions... I uninstalled Python 2.7.6 from 'E:\Program Files\Python 2.7.6' & installed in 'C:\Python27'. Then I put 'get-pip.py' file in 'C:\Python27' , opened command prompt, navigated to 'C:\Python27' & ran 'python get-pip.py' and pip was installed.

Re: 'Swampy' installation through 'pip'

2014-05-20 Thread Ian Kelly
On May 20, 2014 7:22 AM, "Mark Lawrence" wrote: > > On 20/05/2014 08:11, Ronak Dhakan wrote: >> >> I have just started learning python from How to Think Like a Computer Scientist. It requires me to install 'swampy' ( http://www.greenteapress.com/thinkpython/swampy/install.html) which requires

Re: 'Swampy' installation through 'pip'

2014-05-20 Thread Chris Angelico
On Tue, May 20, 2014 at 11:20 PM, Mark Lawrence wrote: > I'd recommend reinstalling and use the default settings, putting Python at > the top level of the disk and not in "Program Files", that's another set of > potential set of problems eliminated straight away. Second this recommendation. I saw

Re: 'Swampy' installation through 'pip'

2014-05-20 Thread Mark Lawrence
On 20/05/2014 08:11, Ronak Dhakan wrote: I have just started learning python from How to Think Like a Computer Scientist. It requires me to install 'swampy' (http://www.greenteapress.com/thinkpython/swampy/install.html) which requires me to install 'pip' (https://pip.pypa.io/en/latest/in