How to install setuptools...egg?

R

Rolf

Hi,

I would like to install setuptools for Python2.6 on Windows.
Unfortunately I could only find setuptools-0.6c9-py2.6.egg but no *.exe
for Python2.6. And as far as I understand I need setuptools to install a
Python egg. I would be very appreciative for any help.

Regards

Rolf
 
M

Mike

I would like to install setuptools for Python2.6 on Windows.

1. Download setuptools-0.6c9-py2.6.egg
2. Download setuptools-0.6c9.tar.gz
3. Use 7-zip from http://www.7-zip.org/ to extract ez_setup.py from
setuptools-0.6c9.tar.gz
4. In a directory that contains setuptools-0.6c9-py2.6.egg and
ez_setup.py run the command python ez_setup.py
5. Add C:\Python26\Scripts to your path to run easy_install

Mike
 
R

Rolf

Mike said:
1. Download setuptools-0.6c9-py2.6.egg
2. Download setuptools-0.6c9.tar.gz
3. Use 7-zip from http://www.7-zip.org/ to extract ez_setup.py from
setuptools-0.6c9.tar.gz
4. In a directory that contains setuptools-0.6c9-py2.6.egg and
ez_setup.py run the command python ez_setup.py
5. Add C:\Python26\Scripts to your path to run easy_install

Mike
Thank you very much. Your recipe did the job.

Rolf
 

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

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top