Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #71803
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'error:': 0.07; "subject:' ": 0.07; 'subject:installation': 0.07; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'wrong,': 0.09; 'python': 0.11; 'language.': 0.14; 'windows': 0.15; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'settings,': 0.16; 'url:html)': 0.16; 'url:pip': 0.16; 'language': 0.16; 'wrote:': 0.18; 'command': 0.22; 'putting': 0.22; 'install': 0.23; 'header:User- Agent:1': 0.23; 'error': 0.23; 'looks': 0.24; '---': 0.24; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; '(c)': 0.29; "skip:' 10": 0.31; 'away.': 0.31; 'run': 0.32; 'another': 0.32; "i'd": 0.34; 'but': 0.35; 'disk': 0.36; 'surely': 0.36; 'should': 0.36; 'level': 0.37; 'problems': 0.38; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'unable': 0.39; 'received:org': 0.40; 'how': 0.40; 'skip:2 20': 0.60; 'free': 0.61; 'viruses': 0.61; 'protection': 0.63; 'our': 0.64; 'antivirus': 0.68; 'default': 0.69; 'received:2': 0.84; 'url:latest': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
| Subject | Re: 'Swampy' installation through 'pip' |
| Date | Tue, 20 May 2014 14:20:28 +0100 |
| References | <d4b965e1-1bb3-4d26-bf99-544e6e64d21a@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | host-2-98-204-139.as13285.net |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 |
| In-Reply-To | <d4b965e1-1bb3-4d26-bf99-544e6e64d21a@googlegroups.com> |
| X-Antivirus | avast! (VPS 140520-0, 20/05/2014), Outbound message |
| X-Antivirus-Status | Clean |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.10153.1400592033.18130.python-list@python.org> (permalink) |
| Lines | 33 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1400592033 news.xs4all.nl 2872 [2001:888:2000:d::a6]:48295 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:71803 |
Show key headers only | View raw
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/installing.html). I think I was able to somehow install pip, but am unable to install swampy. > > When i run 'pip install swampy' in windows command prompt, I get an error: > > Microsoft Windows XP [Version 5.1.2600] > (C) Copyright 1985-2001 Microsoft Corp. > > C:\Documents and Settings\Ronak>E: > > E:\>pip install swampy > Fatal error in launcher: Unable to create process using '""E:\Program Files\Pyth > on 2.7.6\pythonw.exe"" "E:\Program Files\Python 2.7.6\Scripts\pip.exe" install s > wampy' > Your setup looks wrong, surely that should be python.exe, not pythonw.exe. 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. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
'Swampy' installation through 'pip' Ronak Dhakan <ronaksoni301@gmail.com> - 2014-05-20 00:11 -0700 Re: 'Swampy' installation through 'pip' Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-05-20 14:20 +0100 Re: 'Swampy' installation through 'pip' Chris Angelico <rosuav@gmail.com> - 2014-05-20 23:35 +1000 Re: 'Swampy' installation through 'pip' Ian Kelly <ian.g.kelly@gmail.com> - 2014-05-20 09:33 -0600 Re: 'Swampy' installation through 'pip' Ronak Dhakan <ronaksoni301@gmail.com> - 2014-05-21 01:12 -0700
csiph-web