If you're installing Plumi with virtualenv (which is the recommended method) then it has installed pip on your bin dir. rm -r eggs/distribute-0.6.24-py2.7.egg/ delete the distribute 0.6.24 and install 0.6.27 by ./bin/pip install distribute==0.6.27
If you're not installing with virtualenv, you can do it now virtualenv --no-site-packages . ./bin/python bootstrap.py && ./bin/buildout -v On Tue, May 28, 2013 at 6:13 PM, Yuri <[email protected]> wrote: > you've to install distribute 0.6.27 in your python maybe. Search for > "plone install distribute 0.6.27" on Google, you should get some info. > > Il 28/05/2013 16:53, Robert Potts ha scritto: > >> Everything runs until the internal error - any help? >> >> >> >> An internal error occured due to a bug in either zc.buildout or in a >> recipe being used: >> Traceback (most recent call last): >> File >> "/opt/plumi/eggs/zc.buildout-**1.4.4-py2.7.egg/zc/buildout/**buildout.py", >> line 1683, in main >> getattr(buildout, command)(args) >> File >> "/opt/plumi/eggs/zc.buildout-**1.4.4-py2.7.egg/zc/buildout/**buildout.py", >> line 439, in install >> [self[part]['recipe'] for part in install_parts] >> File >> "/opt/plumi/eggs/zc.buildout-**1.4.4-py2.7.egg/zc/buildout/**buildout.py", >> line 987, in __getitem__ >> options._initialize() >> File >> "/opt/plumi/eggs/zc.buildout-**1.4.4-py2.7.egg/zc/buildout/**buildout.py", >> line 1071, in _initialize >> recipe_class = _install_and_load(reqs, 'zc.buildout', entry, buildout) >> File >> "/opt/plumi/eggs/zc.buildout-**1.4.4-py2.7.egg/zc/buildout/**buildout.py", >> line 1027, in _install_and_load >> allow_hosts=buildout._allow_**hosts >> File >> "/opt/plumi/eggs/zc.buildout-**1.4.4-py2.7.egg/zc/buildout/**easy_install.py", >> line 800, in install >> return installer.install(specs, working_set) >> File >> "/opt/plumi/eggs/zc.buildout-**1.4.4-py2.7.egg/zc/buildout/**easy_install.py", >> line 674, in install >> self._maybe_add_setuptools(ws, dist) >> File >> "/opt/plumi/eggs/zc.buildout-**1.4.4-py2.7.egg/zc/buildout/**easy_install.py", >> line 606, in _maybe_add_setuptools >> if ws.find(requirement) is None: >> File "/opt/plumi/eggs/distribute-0.**6.24-py2.7.egg/pkg_resources.**py", >> line 474, in find >> raise VersionConflict(dist,req) # XXX add more info >> VersionConflict: (distribute 0.6.24 >> (/opt/plumi/eggs/distribute-0.**6.24-py2.7.egg), >> Requirement.parse('distribute=**=0.6.27')) >> >> -- >> ------ >> Robert Potts >> Southeast Education Service Center >> Regional Technology Specialist >> 685 East 200 South >> www.seschools.org <http://www.seschools.org> >> >> Local Phone: (435) 613-1173 >> or (800) 789-1178 >> >> >> ______________________________**_________________ >> Discuss mailing list >> [email protected] >> http://lists.plumi.org/**listinfo/discuss<http://lists.plumi.org/listinfo/discuss> >> > > ______________________________**_________________ > Discuss mailing list > [email protected] > http://lists.plumi.org/**listinfo/discuss<http://lists.plumi.org/listinfo/discuss> > -- https://unweb.me state of the art information systems
_______________________________________________ Discuss mailing list [email protected] http://lists.plumi.org/listinfo/discuss
