RE: How to: Setuptools

2013-06-12 Thread Carlos Nepomuceno
> Date: Mon, 27 May 2013 21:26:21 -0700 > Subject: Re: How to: Setuptools > From: rustompm...@gmail.com > To: python-list@python.org > > On May 28, 9:09 am, Carlos Nepomuceno > wrote: >> --

Re: How to: Setuptools

2013-05-28 Thread ray
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

Re: How to: Setuptools

2013-05-28 Thread Michael Herman
I have a great video on how to setup Easy_Install via setuptools as well as pip - http://www.youtube.com/watch?v=MIHYflJwyLk On Mon, May 27, 2013 at 6:32 PM, 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. > > F

Re: How to: Setuptools

2013-05-28 Thread rusi
On May 28, 6:40 pm, Mark Lawrence wrote: > 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 > > 'setuptool

Re: How to: Setuptools

2013-05-28 Thread Mark Lawrence
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,

Re: How to: Setuptools

2013-05-28 Thread rusi
On May 28, 6:05 pm, ray wrote: > On May 28, 7:26 am, Mark Lawrence wrote: > > > > > > > > > > > On 28/05/2013 13:03, rusi wrote: > > > > On May 28, 6:32 am, 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

Re: How to: Setuptools

2013-05-28 Thread ray
On May 28, 7:26 am, Mark Lawrence wrote: > On 28/05/2013 13:03, rusi wrote: > > > > > > > On May 28, 6:32 am, 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 onhttps://pypi.

Re: How to: Setuptools

2013-05-28 Thread Mark Lawrence
On 28/05/2013 13:03, rusi wrote: On May 28, 6:32 am, 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 onhttps://pypi.python.org/pypi/setuptools, it says: Download ez_setup.py and run it; it

Re: How to: Setuptools

2013-05-28 Thread rusi
On May 28, 6:32 am, 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 onhttps://pypi.python.org/pypi/setuptools, it says: > Download ez_setup.py and run it; it will download the appropr

Re: How to: Setuptools

2013-05-27 Thread rusi
On May 28, 9:09 am, Carlos Nepomuceno wrote: > > > > Date: Mon, 27 May 2013 20:54:53 -0700 > > Subject: Re: How to: Setuptools > > From: rustompm...@gmail.com > [...] > > > Oooff! Talk of using sledgehammers to crack nu

RE: How to: Setuptools

2013-05-27 Thread Carlos Nepomuceno
> Date: Mon, 27 May 2013 20:54:53 -0700 > Subject: Re: How to: Setuptools > From: rustompm...@gmail.com [...] > > Oooff! Talk of using sledgehammers to crack nuts... > > All that is needed is to visit http://peak.telecommunity.com/di

Re: How to: Setuptools

2013-05-27 Thread rusi
On May 28, 8:06 am, Carlos Nepomuceno wrote: > > > > Date: Mon, 27 May 2013 19:57:47 -0700 > > Subject: Re: How to: Setuptools > > From: rustompm...@gmail.com > > To: python-l...@python.org > > > On May 28, 6:45 am,

RE: How to: Setuptools

2013-05-27 Thread Carlos Nepomuceno
> Date: Mon, 27 May 2013 19:57:47 -0700 > Subject: Re: How to: Setuptools > From: rustompm...@gmail.com > To: python-list@python.org > > On May 28, 6:45 am, Carlos Nepomuceno > wrote: >> curl -Ohttp://peak.telecommunity.com

Re: How to: Setuptools

2013-05-27 Thread rusi
On May 28, 6:45 am, Carlos Nepomuceno wrote: > curl -Ohttp://peak.telecommunity.com/dist/ez_setup.py > python ez_setup.py Curl comes built into windows?? Does not seem so... http://serverfault.com/questions/483754/is-there-a-built-in-command-line-tool-under-windows-like-wget-curl Also given that

RE: How to: Setuptools

2013-05-27 Thread Carlos Nepomuceno
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: r...@aarden.us > To: python-list@python.org > > I would like to use easy_install, bu

How to: Setuptools

2013-05-27 Thread ray
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.