You could try upgrading your setuptools to the latest setuptools or distribute. You have:
/usr/local/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c9-py2.4.egg So an easy_install -U from the "system easy_install" should do it. On 2010-05-05, JimL <[email protected]> wrote: > > Hi, > > I'm running the following setup on CentOS 5.4: > > * Plone 3.2.1 > * CMF 2.1.2 > * Zope (Zope 2.10.7-final, python 2.4.5, linux2) > * Python 2.4.5 (#1, May 26 2009, 16:04:26) [GCC 4.1.2 20080704 (Red Hat > 4.1.2-44)] > * PIL 1.1.6 > > I am trying to update to the latest version of Plone (3.3.5) via the > following instructions: > > http://plone.org/documentation/manual/upgrade-guide/version/3.2-3.3.x > > Here is my http://www.eng.ox.ac.uk/z-test/plone/buildout.cfg buildout.cfg . > > The result is: > > > [r...@webplone zeocluster]# ./bin/buildout > Getting distribution for 'plone.recipe.zope2install==3.2'. > Getting distribution for 'setuptools==0.6c11'. > While: > Installing. > Getting section zope2. > Initializing section zope2. > Installing recipe plone.recipe.zope2install. > Getting distribution for 'plone.recipe.zope2install==3.2'. > Getting distribution for 'setuptools==0.6c11'. > > An internal error occured due to a bug in either zc.buildout or in a > recipe being used: > Traceback (most recent call last): > File > "/usr/local/Plone/buildout-cache/eggs/zc.buildout-1.1.1-py2.4.egg/zc/buildout/buildout.py", > line 1477, in main > getattr(buildout, command)(args) > File > "/usr/local/Plone/buildout-cache/eggs/zc.buildout-1.1.1-py2.4.egg/zc/buildout/buildout.py", > line 346, in install > [self[part]['recipe'] for part in install_parts] > File > "/usr/local/Plone/buildout-cache/eggs/zc.buildout-1.1.1-py2.4.egg/zc/buildout/buildout.py", > line 857, in __getitem__ > options._initialize() > File > "/usr/local/Plone/buildout-cache/eggs/zc.buildout-1.1.1-py2.4.egg/zc/buildout/buildout.py", > line 938, in _initialize > recipe_class = _install_and_load(reqs, 'zc.buildout', entry, buildout) > File > "/usr/local/Plone/buildout-cache/eggs/zc.buildout-1.1.1-py2.4.egg/zc/buildout/buildout.py", > line 897, in _install_and_load > allow_hosts=buildout._allow_hosts > File > "/usr/local/Plone/buildout-cache/eggs/zc.buildout-1.1.1-py2.4.egg/zc/buildout/easy_install.py", > line 775, in install > return installer.install(specs, working_set) > File > "/usr/local/Plone/buildout-cache/eggs/zc.buildout-1.1.1-py2.4.egg/zc/buildout/easy_install.py", > line 621, in install > for dist in self._get_dist(requirement, ws, self._always_unzip): > File > "/usr/local/Plone/buildout-cache/eggs/zc.buildout-1.1.1-py2.4.egg/zc/buildout/easy_install.py", > line 519, in _get_dist > dists = self._call_easy_install( > File > "/usr/local/Plone/buildout-cache/eggs/zc.buildout-1.1.1-py2.4.egg/zc/buildout/easy_install.py", > line 288, in _call_easy_install > ws, False, > File > "/usr/local/Plone/buildout-cache/eggs/zc.buildout-1.1.1-py2.4.egg/zc/buildout/easy_install.py", > line 529, in _get_dist > dist = self._env.best_match(requirement, ws) > File > "/usr/local/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/pkg_resources.py", > line 752, in best_match > dist = working_set.find(req) > File > "/usr/local/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/pkg_resources.py", > line 423, in find > raise VersionConflict(dist,req) # XXX add more info > VersionConflict: (setuptools 0.6c9 > (/usr/local/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c9-py2.4.egg), > Requirement.parse('setuptools==0.6c11')) > > > Running ./bin/buildout -vvvv I get > http://www.eng.ox.ac.uk/z-test/plone/update-to-3.3.5-vvvv.txt this . > > Can anyone help? > > Cheers, Jim -- Alex Clark · http://aclark.net Author of Plone 3.3 Site Administration · http://aclark.net/plone-site-admin _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
