Related questions
How to get setuptools and easy_install?
I downloaded the ez_setup code from here: http://peak.telecommunity.com/dist/ez_setup.py
and ran it, but i don't think setuptools was properly installed. When i try to open an egg using easy_install i am getting …
How to create Python egg file
I have questions about egg files in Python.
I have much Python code organized by package and I'm trying to create egg files.
I'm following instructions, but they are very common.
According to that, it seems I need to have …