views:

3817

answers:

3

I have Python 2.6 and I want to install easy _ install module. The problem is that the only available installation package of easy _ install for Python 2.6 is an .egg file! What should I do?

+9  A: 

You could try this script.

nosklo
+2  A: 

Maybe you need to bootstrap setup tools like it's shown here:

http://www.ibm.com/developerworks/library/l-cppeak3.html

Stephen Pape
A: 

sh setuptools-0.6c9-py2.5.egg

Mark Stahler