Try the following:
The line specified in this document ( http://build.pythonpackages.com/buildout/plone/4.2.x ) is as follows:
[buildout] allow-hosts = *.plone.org *.python.org extensions = buildout.bootstrap mr.developer extends = http://dist.plone.org/release/4.2b1/versions.cfg extends-cache = . find-links = http://dist.plone.org/thirdparty/elementtree-1.2.7-20070827-preview.zip parts = mod-wsgi plone wsgi-conf versions = versions [plone] recipe = plone.recipe.zope2instance eggs = PasteScript Pillow Plone Products.PloneHotfix20110928 WebError repoze.retry repoze.tm2 repoze.vhm products = user = admin:admin scripts = paster [versions] distribute = 0.6.24 # Error: Setup script exited with error: src/config.h: No such file or directory
Please note that newer Zope2 is used than Plone 4.2 can be sent. This is because release 2.13.11 adds support for WSGI without requiring repoze.who
for authentication (which greatly increases the "usability factor").
aclark
source share