I deleted all the zc.buildout* directories I found on my machine and did something like this:
python2.6 bootstrap.py -c development.conf && bin/buildout -c development.conf Just to get the same results :/ Then I tried updating my bootstrap.py script and slipped into some different error. So I just gave up and pinned z3c.recipe.tag = 0.3.0 I still don't understand all the buzz about zc.buildout and a system python. Need to read more. Thanks everybody --- Noe Nieto 2010/9/21 derek <[email protected]> > On Sep 21, 8:36 pm, Noe Misael Nieto Arroyo <[email protected]> > wrote: > > > > I am trying to use z3c.recipe.tag:tags and plone.recipe.command in a > > buildout, but I get the following error: > > > > $ bin/buildout -c development.conf > ... > > While: > > Installing. > > Getting section ctags_builder. > > Initializing section ctags_builder. > > Installing recipe z3c.recipe.tag. > > Error: There is a version conflict. > > We already have: zc.buildout 1.4.3 > > but z3c.recipe.tag 0.4.0 requires 'zc.buildout>=1.5.0'. > > but z3c.recipe.scripts 1.0.1 requires 'zc.buildout>=1.5.0'. > > > > I tried pinning zc.buildout to 1.5.0 in my eggs list, but I still get the > > same error. > > Run bootstrap.py (from whatever python your buildout uses). It will > fix up the buildout version. Then you can rerun bin/buildout > _______________________________________________ > Product-Developers mailing list > [email protected] > http://lists.plone.org/mailman/listinfo/product-developers >
_______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
