Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #46284
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Subject | Re: How to: Setuptools |
| Date | 2013-05-28 14:40 +0100 |
| References | <bf45fdb5-e980-4828-b664-86093c030cc9@googlegroups.com> <22b6ddfe-100f-4ff5-853b-9ec4e2232e7a@h9g2000pbr.googlegroups.com> <mailman.2294.1369743978.3114.python-list@python.org> <1495a8dd-bbf5-4dda-8733-89d6db0240f1@g8g2000yqa.googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2296.1369748403.3114.python-list@python.org> (permalink) |
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
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