Kevin Dangoor wrote:
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"
I think you can do something like:
python -c "import setuptools; execfile('setup.py')"
Using that you can run any setuptools command, e.g., develop.
--
Ian Bicking / [EMAIL PROTECTED] / http://blog.ianbicking.org