Hello,<br><br><br><div class="gmail_quote">On Fri, Feb 13, 2009 at 20:13, Stefan H. Holek <span dir="ltr">&lt;<a href="mailto:stefan@epy.co.at">stefan@epy.co.at</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
For the time being Zope2 must be used as a develop egg. Like e.g. so:<br>
<a href="http://svn.zope.org/CMF.buildout/trunk/" target="_blank">http://svn.zope.org/CMF.buildout/trunk/</a><br>
<font color="#888888"></font></blockquote><div><br><br>I got it working without development egg:<br><br>[buildout]<br>parts =<br>&nbsp;&nbsp;&nbsp; instance<br><br>eggs =<br>&nbsp;&nbsp;&nbsp; some_project<br>&nbsp;&nbsp;&nbsp; zope2<br><br><br># Reference any eggs you are developing here, one per line<br>
# e.g.: develop = src/my.package<br>develop = src/some_project<br>
<br>[productdistros]<br>recipe = plone.recipe.distros<br>urls = <a href="http://hathawaymix.org/Software/CookieCrumbler/CookieCrumbler-1.2.tar.gz">http://hathawaymix.org/Software/CookieCrumbler/CookieCrumbler-1.2.tar.gz</a><br>
&nbsp; <a href="http://www.dieter.handshake.de/pyprojects/zope/ZopeProfiler.tgz">http://www.dieter.handshake.de/pyprojects/zope/ZopeProfiler.tgz</a><br>nested-packages =<br>version-suffix-packages =<br><br>[instance]<br>recipe = plone.recipe.zope2instance<br>

# That way it looks for mkzopeinstance in the bin directory<br>
# That there should be a mkzopeinstance.py is defined in zopepy<br>zope2-location = .<br>zope2-egg = True<br>user = admin:pass<br>http-address = 8080<br>debug-mode = on<br>verbose-security = on<br><br>eggs =<br>&nbsp;&nbsp;&nbsp; ${zopepy:eggs}<br>
<br>zcml = some_project some_project-overrides<br><br>products = ${productdistros:location}<br><br>[zopepy]<br>recipe = zc.recipe.egg<br>eggs = ${buildout:eggs}<br>interpreter = zopepy<br>
# This mkzopeinstance=mkzopeinstance.py is a hack. Better would be a patch for zope2instance<br>scripts = zopepy<br>&nbsp;&nbsp;&nbsp; mkzopeinstance=mkzopeinstance.py<br><br><br>Best regards,<br><br>&nbsp;&nbsp;&nbsp;&nbsp; Patrick<br></div></div><br>