Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #46355
| X-Received | by 10.224.59.205 with SMTP id m13mr630056qah.7.1369793470700; Tue, 28 May 2013 19:11:10 -0700 (PDT) |
|---|---|
| X-Received | by 10.49.106.169 with SMTP id gv9mr14717qeb.7.1369793470675; Tue, 28 May 2013 19:11:10 -0700 (PDT) |
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!p1no1287064qaj.0!news-out.google.com!y6ni57070qax.0!nntp.google.com!ch1no2675548qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | comp.lang.python |
| Date | Tue, 28 May 2013 19:11:10 -0700 (PDT) |
| In-Reply-To | <bf45fdb5-e980-4828-b664-86093c030cc9@googlegroups.com> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=98.194.85.100; posting-account=8tK3HAoAAAA_DNtXVdO1dctl_KapOmW3 |
| NNTP-Posting-Host | 98.194.85.100 |
| References | <bf45fdb5-e980-4828-b664-86093c030cc9@googlegroups.com> |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <9e1a70de-85d8-4f73-b0ad-8f0babcdca84@googlegroups.com> (permalink) |
| Subject | Re: How to: Setuptools |
| From | ray <ray@aarden.us> |
| Injection-Date | Wed, 29 May 2013 02:11:10 +0000 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | quoted-printable |
| Xref | csiph.com comp.lang.python:46355 |
Show key headers only | View raw
On Monday, May 27, 2013 8:32:43 PM UTC-5, ray wrote: > 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 I looked through distutils-sig/ . There were many finding the problem. There is a solution using Setuptools 2.7 bdist_wininst - http://groups.google.com/group/distutils-sig/browse_thread/thread/6107d5c9044c3f37/4d1a53f9e8fb7d20?hl=en&lnk=gst&q=Setuptools+2.7+bdist_wininst> It wasn't clear on where to run things from nor did it address the missing 2.7 reference. The reference - http://www.lfd.uci.edu/~gohlke/pythonlibs/ has a 64 bit installer - distribute-0.6.43.win-amd64-py2.7.exe. It ran without error reports. This all was to install netwokx. That installed without error. Ray
Back to comp.lang.python | Previous | Next — Previous 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