Using easy_install, reduncant?

R

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 active version in easy-
install.pth. Then:
Installing easy_install.exe script to C:\Python26\Scripts error: C:
\Python26\Scripts\Easy_install.exe: Permission denied.

I have compared the file entries before and after this attempt and
there are no new files. Is there any problems here? What did I miss?

Regards,
Ray
 
J

John Nagle

ray said:
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 active version in easy-
install.pth. Then:
Installing easy_install.exe script to C:\Python26\Scripts error: C:
\Python26\Scripts\Easy_install.exe: Permission denied.

"Easy Install" usually isn't "easy". If it works, it's great.
Most of the time, it doesn't. It's not very good at finding all the
files it needs to update. Hence problems like the above.

John Nagle
 
D

Diez B. Roggisch

John said:
"Easy Install" usually isn't "easy". If it works, it's great.
Most of the time, it doesn't. It's not very good at finding all the
files it needs to update. Hence problems like the above.

Which is the usual BS from you. It works most of the times as advertised,
and in the concrete case the OP misunderstood what ez_setup.py does
(already installing setuptools), and thus the complaint about "already
active version". Which btw is just a warning, and setuptools would
continue, but as the OP works on Windows which prohibits a running
executable to be replaced, it fails. Again, not setuptools fault.

Diez
 
D

David Lyon

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 active version in easy-
install.pth. Then:
Installing easy_install.exe script to C:\Python26\Scripts error: C:
\Python26\Scripts\Easy_install.exe: Permission denied.

I have compared the file entries before and after this attempt and
there are no new files. Is there any problems here? What did I miss?

Try using python package manager :
http://sourceforge.net/projects/pythonpkgmgr/

You might find it a lot simpler. It will download and install setuptools
for you if you are still having problems.

David
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,274
Messages
2,571,366
Members
48,055
Latest member
RacheleCar

Latest Threads

Top