<p dir="ltr"><br>
On May 20, 2014 7:22 AM, "Mark Lawrence" <<a href="mailto:breamoreboy@yahoo.co.uk">breamoreboy@yahoo.co.uk</a>> wrote:<br>
><br>
> On 20/05/2014 08:11, Ronak Dhakan wrote:<br>
>><br>
>> I have just started learning python from How to Think Like a Computer Scientist. It requires me to install 'swampy' (<a href="http://www.greenteapress.com/thinkpython/swampy/install.html">http://www.greenteapress.com/thinkpython/swampy/install.html</a>) which requires me to install 'pip' (<a href="https://pip.pypa.io/en/latest/installing.html">https://pip.pypa.io/en/latest/installing.html</a>). I think I was able to somehow install pip, but am unable to install swampy.<br>
>><br>
>> When i run 'pip install swampy' in windows command prompt, I get an error:<br>
>><br>
>> Microsoft Windows XP [Version 5.1.2600]<br>
>> (C) Copyright 1985-2001 Microsoft Corp.<br>
>><br>
>> C:\Documents and Settings\Ronak>E:<br>
>><br>
>> E:\>pip install swampy<br>
>> Fatal error in launcher: Unable to create process using '""E:\Program Files\Pyth<br>
>> on 2.7.6\pythonw.exe"" "E:\Program Files\Python 2.7.6\Scripts\pip.exe" install s<br>
>> wampy'<br>
>><br>
><br>
> Your setup looks wrong, surely that should be python.exe, not pythonw.exe.</p>
<p dir="ltr">I would bet that's a result of installing from IDLE. Recommend reinstalling pip from the Windows command line.</p>