Hi, try pinning these:
[versions] zc.buildout = 1.7.1 distribute = 0.6.35 and re-do bootstrap by forcing buildout version: ../bin/python bootstrap.py --version=1.7.1 whereas ../bin/python is from your virtualenv (or your current python). HTH, S. On Fri, Mar 6, 2015 at 12:38 PM, Graabein <[email protected]> wrote: > I tried yet another installation on Debian 7 (DigitalOcean) this time > without any of the "virtualenv". Came a bit further, ffmpeg buildout went > fine, but ended up with this error afterwords when trying buildout in root > directory: > > root@mydomain:/opt/plumi/plumi.app# ./bin/bildout (after python > bootstrap.py) > > While: > Installing. > Getting section cache. > Initializing section cache. > Loading zc.buildout recipe entry plone.recipe.varnish:default. > > 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/plumi.app/eggs/zc.buildout-1.4.4-py2.7.egg/zc/buildout/buildout.py", > line 1683, in main > getattr(buildout, command)(args) > File > "/opt/plumi/plumi.app/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/plumi.app/eggs/zc.buildout-1.4.4-py2.7.egg/zc/buildout/buildout.py", > line 987, in __getitem__ > options._initialize() > File > "/opt/plumi/plumi.app/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/plumi.app/eggs/zc.buildout-1.4.4-py2.7.egg/zc/buildout/buildout.py", > line 1032, in _install_and_load > req.project_name, group, entry) > File > "/opt/plumi/plumi.app/eggs/distribute-0.6.27-py2.7.egg/pkg_resources.py", > line 337, in load_entry_point > return get_distribution(dist).load_entry_point(group, name) > File > "/opt/plumi/plumi.app/eggs/distribute-0.6.27-py2.7.egg/pkg_resources.py", > line 2306, in load_entry_point > raise ImportError("Entry point %r not found" % ((group,name),)) > ImportError: Entry point ('zc.buildout', 'default') not found > ********************************************* > Writing picked versions to versions.cfg > ********************************************* > root@mydomain:/opt/plumi/plumi.app# > > > I did: > > #apt-get install build-essential pkg-config git-core python-dev > libjpeg62-dev zlib1g-dev libxslt1-dev groff-base python-virtualenv > > #useradd zope > > #git clone https://github.com/plumi/plumi.app/ > > #cd plumi.app > > (edited site.cfg to reflect domainnames) > > #cd ffmpeg > > #python bootstrap.py > > #./bin/buildout (seems like all went fine, no errors) > > # cd .. > > #python bootstrap.py > > #./bin/buildout > > ....went on for a while, and then the above mentioned error. > > > Then I tried the same again after updating bootstrap.py (no luck...same > error) > Then I tried the same again after pip install setuptools -U (no luck...new > error) > > > I am not giving up, anyone willing/able to help me? > > > > > > > > _______________________________________________ > Discuss mailing list > [email protected] > http://lists.plumi.org/listinfo/discuss >
_______________________________________________ Discuss mailing list [email protected] http://lists.plumi.org/listinfo/discuss
