[#1463 Fail to Install ZWiki on Plone3.3.2]
[email protected] (mariocesar) Sun, 22 Nov 2009 16:44:35 -0800
| Newsgroups | gmane.comp.web.zope.zwiki |
|---|---|
| Message-ID | <20091122164430-0800__4073.02349708534$1258937093$gmane$org@zwiki.org> |
Installing ZWiki on Plone3.3.2 using the Unified Installer.
After Successfully installing Plone added ZWiki to buildout.cfg, as:
eggs =
Plone
ZWiki
Then Running ./bin/buildout, fails to setup ZWiki on Plone, here is the output
~/Plone/zinstance$ ./bin/buildout
Updating zope2.
Updating fake eggs
Updating productdistros.
Installing instance.
Getting distribution for 'ZWiki'.
zip_safe flag not set; analyzing archive contents...
TextFormatter: top-level module may be 'python -m' script
Utils: module references __file__
plugins.__init__: module references __path__
plugins.pagetypes.__init__: module references __path__
Installing ZWiki 2.0b1
Caused installation of a distribution:
Zwiki 2.0b1
with a different project name.
Got Zwiki 2.0b1.
Getting distribution for 'Zope2>=2.12'.
File "build/bdist.linux-i686/egg/Zope2/Startup/zopectl.py", line 313
finally:
^
SyntaxError: invalid syntax
File "/home/mariocesar/Plone/buildout-cache/eggs/tmpzJjBMt/Zope2-2.12.1-py2.4-linux-i686.egg/Zope2/Startup/zopectl.py", line 313
finally:
^
SyntaxError: invalid syntax
Got Zope2 2.12.1.
While:
Installing instance.
An internal error occured due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File "/home/mariocesar/Plone/Python-2.4/lib/python2.4/site-packages/zc.buildout-1.4.2-py2.4.egg/zc/buildout/buildout.py", line 1660, in main
getattr(buildout, command)(args)
File "/home/mariocesar/Plone/Python-2.4/lib/python2.4/site-packages/zc.buildout-1.4.2-py2.4.egg/zc/buildout/buildout.py", line 532, in install
installed_files = self[part]._call(recipe.install)
File "/home/mariocesar/Plone/Python-2.4/lib/python2.4/site-packages/zc.buildout-1.4.2-py2.4.egg/zc/buildout/buildout.py", line 1204, in _call
return f()
File "/home/mariocesar/Plone/buildout-cache/eggs/plone.recipe.zope2instance-3.4-py2.4.egg/plone/recipe/zope2instance/__init__.py", line 39, in install
requirements, ws = self.egg.working_set()
File "/home/mariocesar/Plone/buildout-cache/eggs/zc.recipe.egg-1.2.2-py2.4.egg/zc/recipe/egg/egg.py", line 89, in working_set
allow_hosts=self.allow_hosts,
File "/home/mariocesar/Plone/Python-2.4/lib/python2.4/site-packages/zc.buildout-1.4.2-py2.4.egg/zc/buildout/easy_install.py", line 800, in install
return installer.install(specs, working_set)
File "/home/mariocesar/Plone/Python-2.4/lib/python2.4/site-packages/zc.buildout-1.4.2-py2.4.egg/zc/buildout/easy_install.py", line 660, in install
ws.resolve(requirements)
File "/home/mariocesar/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/pkg_resources.py", line 570, in resolve
requirements.extend(dist.requires(req.extras)[::-1])
File "/home/mariocesar/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/pkg_resources.py", line 2156, in requires
raise UnknownExtra(
UnknownExtra: zope.testbrowser 0.0 has no such extra feature 'zope_functional_testing'
As you can see, I follow the most basic steps to Install Zwiki, if there is another step or fix, I am sure it has to be documented.
--
forwarded from http://zwiki.org/1463FailToInstallZWikiOnPlone332#[email protected]