> Da scheinen schlicht die eggs unter [instance] zu fehlen.
Ja sieht wirlich so aus:
[instance]
recipe = plone.recipe.zope2instance
zope2-location = ${zope2:location}
user = user:pass
http-address = 127.0.0.1:8080
debug-mode = off
verbose-security = off
[supervisor]
recipe = zc.recipe.egg
egg = supervisor
# If you want Zope to know about any additional eggs, list them here.
# This should include any development eggs you listed in develop-eggs above,
# e.g. eggs = ${buildout:eggs} ${plone:eggs} my.package
eggs =
${buildout:eggs}
${plone:eggs}
muss dann wohl so aussehen oder?
[instance]
recipe = plone.recipe.zope2instance
zope2-location = ${zope2:location}
user = user:pass
http-address = 127.0.0.1:8080
debug-mode = off
verbose-security = off
# If you want Zope to know about any additional eggs, list them here.
# This should include any development eggs you listed in develop-eggs above,
# e.g. eggs = ${buildout:eggs} ${plone:eggs} my.package
eggs =
${buildout:eggs}
${plone:eggs}
[supervisor]
recipe = zc.recipe.egg
egg = supervisor
Vielen Dank
Matthias
_______________________________________________
zope mailing list
[hidden email]
https://mail.dzug.org/mailman/listinfo/zope