Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #71804

Re: 'Swampy' installation through 'pip'

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.017
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; "subject:' ": 0.07; 'subject:installation': 0.07; 'lawrence': 0.09; 'spaces': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'settings,': 0.16; 'sure.': 0.16; 'wrote:': 0.18; 'work,': 0.20; 'putting': 0.22; 'cc:addr:python.org': 0.22; 'error': 0.23; 'entries': 0.24; 'cc:2**0': 0.24; 'possibly': 0.26; 'second': 0.26; 'header:In- Reply-To:1': 0.27; 'absolute': 0.30; 'message-id:@mail.gmail.com': 0.30; 'away.': 0.31; 'names.': 0.31; 'file': 0.32; 'probably': 0.32; 'another': 0.32; 'quite': 0.32; 'actual': 0.34; "i'd": 0.34; 'problem.': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'disk': 0.36; 'so,': 0.37; 'level': 0.37; 'problems': 0.38; 'pm,': 0.38; "you're": 0.61; 'latest': 0.67; 'news': 0.67; '20,': 0.68; 'default': 0.69; 'fact,': 0.69; 'saw': 0.77; 'to:none': 0.92
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=OW0y3ao2eL+dj70qku1wnVneBaf2TrWGHB4iSCaeNdE=; b=Jgo5dKN+9iDzs6LRX5YGtkLh2Yx139ULrpNIWMQbAoqHcEsav/7h4BGTgB6KVC/VSj xOoH72Yf6Z/ZnfDRIuZBVIANTvV2Er8OcTjWRmNOoIHhnEcnRCs4SPcQwDHn5CJ7TWwX VGDkTvrsJRUVkMbRHIiOYpb5wS7DyIH13mf4wYiLP2kwIEgKBxudyKGKsXNc23L1UAos G0QPGCwVxlZDE2yhRvxMYTgZ/RohXW9zFvYJIHnTzXfphKgKTkeL5gkFmN8Eq5vhbSkz o4iR3BNaEDc3czzZydvyoWMv7Wpo700LEjWMWCe4zzzUOxZ6RxPDxlm+yH7PFulLsWcx 80xg==
MIME-Version 1.0
X-Received by 10.53.12.229 with SMTP id et5mr3196920vdd.32.1400592921203; Tue, 20 May 2014 06:35:21 -0700 (PDT)
In-Reply-To <llfkqg$em0$1@ger.gmane.org>
References <d4b965e1-1bb3-4d26-bf99-544e6e64d21a@googlegroups.com> <llfkqg$em0$1@ger.gmane.org>
Date Tue, 20 May 2014 23:35:21 +1000
Subject Re: 'Swampy' installation through 'pip'
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
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.10154.1400592929.18130.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1400592929 news.xs4all.nl 2858 [2001:888:2000:d::a6]:51605
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:71804

Show key headers only | View raw


On Tue, May 20, 2014 at 11:20 PM, Mark Lawrence <breamoreboy@yahoo.co.uk> 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 some NEWS entries recently regarding
pip and spaces in file names.

If you're on the absolute latest pip, it would quite possibly work,
but I don't know if that works with 2.7, and if so, with which 2.7.x.
Avoid spaces unless you're sure.

In fact, looking at the error messages, I suspect this isn't a
*potential* set of problems, but quite probably the actual problem.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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