Op 26-09-13 12:29, Ciro Iriarte schreef:
Hi!, per your suggestion I created versions-local.cfg with this content:

--
[versions]
distribute = 0.6.49
--

Modified buildout.cfg as:

--
extends =
     base.cfg
     versions.cfg
     versions-local.cfg
--

But buildout complains with the same error:

--
plone_buildout@intranet:~/zeocluster> bin/buildout
While:
   Installing.
   Loading extensions.
Error: There is a version conflict..
We already have: distribute 0.6.28
--

It should work, but distribute, setuptools and zc.buildout versions can cause problems like this.

You may have a buildout setting that prevents you from checking for newer versions. Try 'bin/buildout -n' to see if that helps. It probably does not help, but it is fast to try.

Otherwise, run 'python bootstrap.py' again (with the proper python version for your buildout, so 2.6 or 2.7 in the case of Plone 4.3).

If the bootstrap gives problems, try it with a fresh bootstrap for zv.buildout 1.x:
http://downloads.buildout.org/1/bootstrap.py

BTW, it seems very strange to me that an add-on (collective.xmpp.chat) requires a newer version of distribute, as you say. I would not expect that.

I hope this helps,

--
Maurits van Rees: http://maurits.vanrees.org/
Zest Software: http://zestsoftware.nl

_______________________________________________
Setup mailing list
[email protected]
https://lists.plone.org/mailman/listinfo/plone-setup

Reply via email to