On Tue, Sep 8, 2009 at 4:01 PM, Chris Witherschris@simplistix.co.uk wrote:
Tarek Ziadé wrote: >
This is probably zc.buildout setup.py script because it contains "install_requires = 'setuptools',"
Not on my branch it doesn't...
That's why you need to install Distribute using distribute_setup.py for instance,
Which my branch does... My be worth taking a look at the code ;-)
Your traceback suggests something requires setuptools. You migh want to put some logs in pkg_resources.resolve
also, make sure Distribute was properly installed: you should have a "setuptools*.egg-info" directory besides Distribute.