Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.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; 'python,': 0.02; 'url:pypi': 0.03; '64-bit': 0.07; 'distutils': 0.07; 'windows,': 0.09; 'subject:How': 0.10; 'python': 0.11; 'windows': 0.15; '"run': 0.16; 'exe': 0.16; 'ez_setup.py': 0.16; 'it".': 0.16; 'it;': 0.16; 'setuptools': 0.16; 'url:packages': 0.16; 'url:py': 0.16; 'url:setuptools': 0.16; 'appropriate': 0.16; "skip:' 30": 0.19; 'seems': 0.21; 'to:name:python-list@python.org': 0.22; 'install': 0.23; 'received:65.55.116': 0.24; 'mon,': 0.24; 'versions': 0.24; 'header:In-Reply-To:1': 0.27; 'skip:- 40': 0.29; 'url:mailman': 0.30; 'ray': 0.31; 'file': 0.32; 'figure': 0.32; 'run': 0.32; 'open': 0.33; 'linux': 0.33; 'url:python': 0.33; 'date:': 0.34; 'at:': 0.34; "can't": 0.35; 'but': 0.35; 'there': 0.35; 'version': 0.36; 'url:listinfo': 0.36; 'entry': 0.36; 'url:org': 0.36; 'searching': 0.37; 'email addr:python.org': 0.37; 'being': 0.38; 'version,': 0.38; 'to:addr:python-list': 0.38; 'issue': 0.38; 'does': 0.39; 'subject:': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'url:mail': 0.40; 'how': 0.40; 'new': 0.61; 'first': 0.61; 'you.': 0.62; 'email name:python-list': 0.65; 'due': 0.66; 'curl': 0.84; 'installer': 0.84; '2013': 0.98 X-TMN: [3bxYGeVPvoKlq9Kjr35oRgFs3dbdHPkX] X-Originating-Email: [carlosnepomuceno@outlook.com] From: Carlos Nepomuceno To: "python-list@python.org" Subject: RE: How to: Setuptools Date: Tue, 28 May 2013 04:45:03 +0300 Importance: Normal In-Reply-To: References: Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 28 May 2013 01:45:03.0501 (UTC) FILETIME=[F9132BD0:01CE5B44] 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: 44 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369705511 news.xs4all.nl 15955 [2001:888:2000:d::a6]:42136 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46244 curl -O http://peak.telecommunity.com/dist/ez_setup.py=0A= python ez_setup.py=0A= =0A= ----------------------------------------=0A= > Date: Mon=2C 27 May 2013 18:32:43 -0700=0A= > Subject: How to: Setuptools=0A= > From: ray@aarden.us=0A= > To: python-list@python.org=0A= >=0A= > I would like to use easy_install=2C but can't figure out how to install i= t.=0A= >=0A= > I have 64-bit Python 2.7.5 on Windows 7.=0A= >=0A= > Following the instructions on https://pypi.python.org/pypi/setuptools=2C = it says:=0A= > Download ez_setup.py and run it=3B it will download the appropriate .egg = file and install it for you. (Currently=2C the provided .exe installer does= not support 64-bit versions of Python for Windows=2C due to a distutils in= staller compatibility issue=0A= >=0A= > Being new to Python=2C I don't know what it means to "run it". I am not s= ure what I am looking at when I open it as the first line is "#!python".=0A= >=0A= > Looking down into the content of ez_setup.py=2C I find:=0A= > 'setuptools-0.6c10-py2.6.egg':=0A= > but there is no entry=0A= > 'setuptools-0.6c10-py2.7.egg':=0A= >=0A= > Searching for it=2C I found a version at:=0A= > https://pypi.python.org/packages/2.7/s/setuptools/=0A= >=0A= > This appeared to be a linux version=2C the first line is:=0A= > #!/bin/sh=0A= > and the content seems to be encoded.=0A= >=0A= > There is an exe at https://pypi.python.org/pypi/setuptools=2C but the=0A= > instructions on the page state the .exe won't work for 64-bit installs.= =0A= >=0A= > Ray=0A= >=0A= > --=0A= > http://mail.python.org/mailman/listinfo/python-list =