On 1/12/06, Jorge Godoy <[EMAIL PROTECTED]> wrote: > > Kevin Dangoor <[EMAIL PROTECTED]> writes: > > If you want to follow along the CherryPy trunk: > > python setup.py develop > > It doesn't work. You probably have patched your setup.py ;-)
Err, yeah. Do that :)
or do what Ian suggested earlier:
python -c "import setuptools; execfile('setup.py')"
Kevin

