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 carlosnepomuc...@outlook.com wrote: Date

Re: How to: Setuptools

2013-05-28 Thread rusi
On May 28, 6:32 am, ray r...@aarden.us 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

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 r...@aarden.us 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

Re: How to: Setuptools

2013-05-28 Thread ray
On May 28, 7:26 am, Mark Lawrence breamore...@yahoo.co.uk wrote: On 28/05/2013 13:03, rusi wrote: On May 28, 6:32 am, ray r...@aarden.us 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

Re: How to: Setuptools

2013-05-28 Thread rusi
On May 28, 6:05 pm, ray r...@aarden.us wrote: On May 28, 7:26 am, Mark Lawrence breamore...@yahoo.co.uk wrote: On 28/05/2013 13:03, rusi wrote: On May 28, 6:32 am, ray r...@aarden.us wrote: I would like to use easy_install, but can't figure out how to install it. I have

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

Re: How to: Setuptools

2013-05-28 Thread rusi
On May 28, 6:40 pm, Mark Lawrence breamore...@yahoo.co.uk 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

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 r...@aarden.us 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

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.py and run

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

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, but can't figure out how

Re: How to: Setuptools

2013-05-27 Thread rusi
On May 28, 6:45 am, Carlos Nepomuceno carlosnepomuc...@outlook.com wrote: curl -Ohttp://peak.telecommunity.com/dist/ez_setup.py python ez_setup.py Curl comes built into windows?? Does not seem so...

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 carlosnepomuc...@outlook.com wrote: curl -Ohttp://peak.telecommunity.com/dist

Re: How to: Setuptools

2013-05-27 Thread rusi
On May 28, 8:06 am, Carlos Nepomuceno carlosnepomuc...@outlook.com 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, Carlos Nepomuceno

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/dist/ez_setup.py

Re: How to: Setuptools

2013-05-27 Thread rusi
On May 28, 9:09 am, Carlos Nepomuceno carlosnepomuc...@outlook.com 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 nuts... All