From Distutil’s Setup.py to an Installable Egg

“Edit the target package’s setup.py and add from setuptools import setup such that it replaces the existing import of the setup function. Then run setup.py bdist_egg.” [1]

[1]http://peak.telecommunity.com/DevCenter/PythonEggs#building-eggs

Previous topic

Creating a Stealth/Night-Ops Character

Next topic

Python

This Page