Hi!<br><br>Does anyone know a good place where I can find an explanation in how to use Eclipse to develop a Grok/Zope application? Right  now I have a directory structure like<br><br><b>baseOfTheApplication</b>/<br>    |<br>

    \-&gt; <b>grokserver</b>/<br>    |         |<br>    |         \-&gt; <b>bin</b>/<br>    |         \-&gt; <b>develop-eggs</b>/<br>    |         \-&gt; <b>eggs</b>/<br>    |         \-&gt; <b>etc</b>/<br>    |         \-&gt; <b>parts</b>/<br>

    |         \-&gt; <b>src</b>/<br>    |               |<br>    |               \-&gt; <b>grokserver</b>/<br>    |                      |<br>    |                      \-&gt; app.py<br>    |                      \-&gt; rest.py<br>

    |                      \-&gt; configure.zcml<br>    |                      \-&gt; __init__.py<br>    |                      |            ...<br>    |                      \-&gt; <b>static</b>/ (contains the javascript &quot;version&quot; -for the client side- of methods for the Python classes stored in <b>zeppelinlib/</b> directory)<br>

    |<br>    \-&gt; <b>zeppelinlib</b> (Python classes for the server -I created them-)<br><br>And I would like to integrate all the project inside Eclipse, so I can use it to debug, and so on (I know about the Pydev Eclipse&#39;s module, but I couldn&#39;t make it work).<br>

<br>I have read about it in<br><a href="http://michaelthornhill.blogspot.com/2006/10/debug-zope-with-eclipse-and-pydev.html">http://michaelthornhill.blogspot.com/2006/10/debug-zope-with-eclipse-and-pydev.html</a><br><a href="http://plone.org/documentation/tutorial/developing-plone-with-eclipse">http://plone.org/documentation/tutorial/developing-plone-with-eclipse</a><br>

<br>but (probably because I am pretty new to Zope and Grok) I couldn&#39;t make it work.<br><br>I am currently using<br>  - Ubuntu 9.04 (Jaunty Jackalope)<br>  - Eclipse 3.2<br>  - Pydev 1.5<br>  - Aptana (I&#39;m not very sure of which version... It throws an error when I open Eclipse, though)<br>

<br>Thank you all!<br>  <br>