On 1/11/06, Helio MC Pereira <[EMAIL PROTECTED]> wrote: > Is there a way to build an egg from your > svn/turbogears/thirdparty/cherrypy ? I tryed 'python > setup.py bdist_egg' but don't work...
There may be another way to do it, but what I usually do is edit setup.py and change the "from distutils.core import setup" line to say "from setuptools import setup" Kevin

