Diez B. Roggisch wrote:
Rolf <rol...@online.de> wrote:
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.


You bootstrap setuptools by downloading & executing ez_setup.py.

Diez
You might try, at the command line:
  easy_install setuptools

Colin W.

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to