Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #46244
| 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 | <carlosnepomuceno@outlook.com> |
| 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 <carlosnepomuceno@outlook.com> |
| To | "python-list@python.org" <python-list@python.org> |
| Subject | RE: How to: Setuptools |
| Date | Tue, 28 May 2013 04:45:03 +0300 |
| Importance | Normal |
| In-Reply-To | <bf45fdb5-e980-4828-b664-86093c030cc9@googlegroups.com> |
| References | <bf45fdb5-e980-4828-b664-86093c030cc9@googlegroups.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2275.1369705511.3114.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
curl -O http://peak.telecommunity.com/dist/ez_setup.py python ez_setup.py ---------------------------------------- > Date: Mon, 27 May 2013 18:32:43 -0700 > Subject: How to: Setuptools > From: ray@aarden.us > To: python-list@python.org > > I would like to use easy_install, but can't figure out how to install it. > > I have 64-bit Python 2.7.5 on Windows 7. > > Following the instructions on https://pypi.python.org/pypi/setuptools, it says: > Download ez_setup.py and run it; it will download the appropriate .egg file and install it for you. (Currently, the provided .exe installer does not support 64-bit versions of Python for Windows, due to a distutils installer compatibility issue > > Being new to Python, I don't know what it means to "run it". I am not sure what I am looking at when I open it as the first line is "#!python". > > 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': > > Searching for it, I found a version at: > https://pypi.python.org/packages/2.7/s/setuptools/ > > This appeared to be a linux version, the first line is: > #!/bin/sh > and the content seems to be encoded. > > There is an exe at https://pypi.python.org/pypi/setuptools, but the > instructions on the page state the .exe won't work for 64-bit installs. > > Ray > > -- > http://mail.python.org/mailman/listinfo/python-list
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How to: Setuptools ray <ray@aarden.us> - 2013-05-27 18:32 -0700
RE: How to: Setuptools Carlos Nepomuceno <carlosnepomuceno@outlook.com> - 2013-05-28 04:45 +0300
Re: How to: Setuptools rusi <rustompmody@gmail.com> - 2013-05-27 19:57 -0700
RE: How to: Setuptools Carlos Nepomuceno <carlosnepomuceno@outlook.com> - 2013-05-28 06:06 +0300
Re: How to: Setuptools rusi <rustompmody@gmail.com> - 2013-05-27 20:54 -0700
RE: How to: Setuptools Carlos Nepomuceno <carlosnepomuceno@outlook.com> - 2013-05-28 07:09 +0300
Re: How to: Setuptools rusi <rustompmody@gmail.com> - 2013-05-27 21:26 -0700
Re: How to: Setuptools rusi <rustompmody@gmail.com> - 2013-05-28 05:03 -0700
Re: How to: Setuptools Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-05-28 13:26 +0100
Re: How to: Setuptools ray <ray@aarden.us> - 2013-05-28 06:05 -0700
Re: How to: Setuptools rusi <rustompmody@gmail.com> - 2013-05-28 06:35 -0700
Re: How to: Setuptools Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-05-28 14:40 +0100
Re: How to: Setuptools rusi <rustompmody@gmail.com> - 2013-05-28 06:54 -0700
Re: How to: Setuptools Michael Herman <hermanmu@gmail.com> - 2013-05-28 13:59 -0700
Re: How to: Setuptools ray <ray@aarden.us> - 2013-05-28 19:11 -0700
csiph-web