Re: Using easy_install, reduncant?

2009-08-06 Thread Adam N
On Jul 27, 7:53 pm, David Lyon wrote: > On Mon, 27 Jul 2009 09:42:06 -0700 (PDT), ray > wrote: > > > I am working on a Trac installation.  I am new to Python.  To install > > packages, it is suggested to use setuptools.  I have not understood > > the directions. > > > I execute ez_install.py. > >

Re: Using easy_install, reduncant?

2009-07-27 Thread David Lyon
On Mon, 27 Jul 2009 09:42:06 -0700 (PDT), ray wrote: > I am working on a Trac installation. I am new to Python. To install > packages, it is suggested to use setuptools. I have not understood > the directions. > > I execute ez_install.py. > > Then I attempt to execute easy_install.py setuptoo

Re: Using easy_install, reduncant?

2009-07-27 Thread Diez B. Roggisch
John Nagle wrote: > ray wrote: >> I am working on a Trac installation. I am new to Python. To install >> packages, it is suggested to use setuptools. I have not understood >> the directions. >> >> I execute ez_install.py. >> >> Then I attempt to execute easy_install.py setuptools-0.6c9-py2.6.

Re: Using easy_install, reduncant?

2009-07-27 Thread John Nagle
ray wrote: I am working on a Trac installation. I am new to Python. To install packages, it is suggested to use setuptools. I have not understood the directions. I execute ez_install.py. Then I attempt to execute easy_install.py setuptools-0.6c9-py2.6.egg. There response that setuptools is a

Using easy_install, reduncant?

2009-07-27 Thread ray
I am working on a Trac installation. I am new to Python. To install packages, it is suggested to use setuptools. I have not understood the directions. I execute ez_install.py. Then I attempt to execute easy_install.py setuptools-0.6c9-py2.6.egg. There response that setuptools is already the ac