Probier es doch mal mit buildout
Ja ich weiss du willst pures Zope 2 keine Plone
lass mit deinem Python
laufen
pass die buildout.cfg an auf:
Code
[buildout]
parts =
plone
zope2
productdistros
instance
zopepy
develop =
find-links =
[URL]http://dist.plone.org[/URL]
[URL]http://dist.plone.org/thirdparty[/URL]
[URL]http://download.zope.org/ppix/[/URL]
[URL]http://download.zope.org/distribution/[/URL]
[URL]http://effbot.org/downloads[/URL]
# Add additional egg download sources here. dist.plone.org contains archives
# of Plone packages.
eggs =
elementtree
Products.kupu.zope2
[zope2]
recipe = plone.recipe.zope2install
url = [URL]http://www.zope.org/Products/Zope/2.11.2/Zope-2.11.2-final.tgz[/URL]
[productdistros]
recipe = plone.recipe.distros
urls =
nested-packages =
version-suffix-packages =
[instance]
recipe = plone.recipe.zope2instance
zope2-location = ${zope2:location}
user = admin:password
http-address = 8080
debug-mode = on
verbose-security = on
# 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} my.package
eggs =
${buildout:eggs}
# If you want to register ZCML slugs for any packages, list them here.
# e.g. zcml = my.package my.other.package
zcml = Products.kupu.zope2
products =
${buildout:directory}/products
${productdistros:location}
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
extra-paths = ${zope2:location}/lib/python
scripts = zopepy
Alles anzeigen
zum Schluss das buildout laufen lassen:
und Zope mit dem Befehl:
das ist ein Link auf zopectl
Schau mal ob es dann funktioniert. Ich hoffe es für dich.
Gruss Pumukel