python - Syntax Error during Plumi/Plone buildout -
i'm trying install plumi 4.5.1 based on plone.
target system a:
3.16.0-4-amd64 #1 smp debian 3.16.7-ckt11-1 (2015-05-24) x86_64
(debian gnu/linux 8)
i'm following guide
https://mgogoulos.trinket.io/plumi-4-5#/installation/installation
and after doing prior steps successfully, when try run buildout in step 4 following:
./bin/python bootstrap.py && ./bin/buildout -v
i error:
root@suhail:/home/plumi/plumi/plumi.app# ./bin/python bootstrap.py && ./bin/buildout -v traceback (most recent call last): file "bootstrap.py", line 61, in <module> ).read() in ez file "<string>", line 1 <!doctype html> ^ syntaxerror: invalid syntax
is there can give me hint ?
looks bootstrap.py read html file (!?).
i tried deleting , re-cloning repository.
the plumi bootstrap script tries install setuptools
outdated url:
exec urllib2.urlopen('http://python-distribute.org/distribute_setup.py' ).read() in ez
the domain name python-distribute.org
redirects link farm.
the plumi project should fix bootstrap script asap, can fix locally replacing url https://bitbucket.org/pypa/setuptools/raw/f657df1f1ed46596d236376649c99a470662b4ba/distribute_setup.py
temporary workaround. url official buildout 1.x bootstrap.py
uses.
the domain name gone because distribute
long dead; fork of setuptools
merged main project.
Comments
Post a Comment