Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:How': 0.10; 'python': 0.11; 'easy_install': 0.16; 'fails.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.18; 'trying': 0.19; "skip:' 30": 0.19; 'install': 0.23; 'installation': 0.23; 'header:User-Agent:1': 0.23; 'refers': 0.24; 'url:moin': 0.24; 'file.': 0.24; 'url:edu': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'url:wiki': 0.31; 'ray': 0.31; 'url:python': 0.33; 'could': 0.34; 'but': 0.35; 'there': 0.35; 'entry': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'read': 0.60; "you're": 0.61; 'pays': 0.65; 'charset:windows-1252': 0.65; 'stated': 0.69; 'received:89': 0.85 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: How to: Setuptools Date: Tue, 28 May 2013 14:40:05 +0100 References: <22b6ddfe-100f-4ff5-853b-9ec4e2232e7a@h9g2000pbr.googlegroups.com> <1495a8dd-bbf5-4dda-8733-89d6db0240f1@g8g2000yqa.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: host-89-240-174-199.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 In-Reply-To: <1495a8dd-bbf5-4dda-8733-89d6db0240f1@g8g2000yqa.googlegroups.com> X-Antivirus: avast! (VPS 130528-0, 28/05/2013), 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369748403 news.xs4all.nl 15891 [2001:888:2000:d::a6]:60937 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46284 On 28/05/2013 14:05, ray wrote: > > The installation fails. The report stated it could not find the file. > Per: > Looking down into the content of ez_setup.py, I find: > 'setuptools-0.6c10-py2.6.egg': > but there is no entry > 'setuptools-0.6c10-py2.7.egg': > > Since I am trying to install this for Python 2.7, it fails. > > Any suggestions? > > Ray > Try reading this http://stackoverflow.com/questions/3652625/installing-setuptools-on-64-bit-windows which refers to this http://www.lfd.uci.edu/~gohlke/pythonlibs/ where you can get pip which is an easy_install replacement. You pays your money, you takes your choice :) -- If you're using GoogleCrap™ please read this http://wiki.python.org/moin/GoogleGroupsPython. Mark Lawrence