You can launch Zope 2.6.2 from Python prompt: you set your PYTHONPATH to target zope/lib/python, then you launch python, then you just do this:<br>from Zope import app<br>root=app()<br>(have a look here: <a href="http://www.zopelabs.com/cookbook/1054240694">
http://www.zopelabs.com/cookbook/1054240694</a> )<br><br>Note: it works with 2.6, but if you want to to it with 2.7+, you&#39;ll have to load zope.conf, have a look here:<br><a href="http://www.brehault.net/plomino/documentations/how-tos/launch-zope-from-python-command-line">
http://www.brehault.net/plomino/documentations/how-tos/launch-zope-from-python-command-line</a><br><br>Eric BREHAULT<br><br><br><div><span class="gmail_quote">On 3/19/07, <b class="gmail_sendername">robert rottermann</b> &lt;
<a href="mailto:robert@redcor.ch">robert@redcor.ch</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Mark, Jonathan (Integic) wrote:
<br>&gt; I have a properly running instance of Zope 2.62 but no zopectl file.<br>&gt;<br>&gt; What is the best way to debug this version of Zope? Should I install zopectl?<br>&gt;<br>&gt; ------------------------------------------------------------------------
<br>&gt;<br>&gt; _______________________________________________<br>&gt; Zope maillist&nbsp;&nbsp;-&nbsp;&nbsp;<a href="mailto:Zope@zope.org">Zope@zope.org</a><br>&gt; <a href="http://mail.zope.org/mailman/listinfo/zope">http://mail.zope.org/mailman/listinfo/zope
</a><br>&gt; **&nbsp;&nbsp; No cross posts or HTML encoding!&nbsp;&nbsp;**<br>&gt; (Related lists -<br>&gt;&nbsp;&nbsp;<a href="http://mail.zope.org/mailman/listinfo/zope-announce">http://mail.zope.org/mailman/listinfo/zope-announce</a><br>&gt;&nbsp;&nbsp;<a href="http://mail.zope.org/mailman/listinfo/zope-dev">
http://mail.zope.org/mailman/listinfo/zope-dev</a> )<br>&gt;<br>i believe zopectl was only introduced with 2.7.<br>there was a precursor to zopectl which still can be found somewhere in<br>the cvs.<br>however its layout was quiet a bit different to the one used with the
<br>actual one.<br>so I doupt very much that this would be worth your efforts.<br><br>robert<br><br>_______________________________________________<br>Zope maillist&nbsp;&nbsp;-&nbsp;&nbsp;<a href="mailto:Zope@zope.org">Zope@zope.org</a><br>
<a href="http://mail.zope.org/mailman/listinfo/zope">http://mail.zope.org/mailman/listinfo/zope</a><br>**&nbsp;&nbsp; No cross posts or HTML encoding!&nbsp;&nbsp;**<br>(Related lists -<br> <a href="http://mail.zope.org/mailman/listinfo/zope-announce">
http://mail.zope.org/mailman/listinfo/zope-announce</a><br> <a href="http://mail.zope.org/mailman/listinfo/zope-dev">http://mail.zope.org/mailman/listinfo/zope-dev</a> )<br><br><br></blockquote></div><br>