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>
\-> <b>grokserver</b>/<br> | |<br> | \-> <b>bin</b>/<br> | \-> <b>develop-eggs</b>/<br> | \-> <b>eggs</b>/<br> | \-> <b>etc</b>/<br> | \-> <b>parts</b>/<br>
| \-> <b>src</b>/<br> | |<br> | \-> <b>grokserver</b>/<br> | |<br> | \-> app.py<br> | \-> rest.py<br>
| \-> configure.zcml<br> | \-> __init__.py<br> | | ...<br> | \-> <b>static</b>/ (contains the javascript "version" -for the client side- of methods for the Python classes stored in <b>zeppelinlib/</b> directory)<br>
|<br> \-> <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's module, but I couldn'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'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'm not very sure of which version... It throws an error when I open Eclipse, though)<br>
<br>Thank you all!<br> <br>