[Grok-dev] Grok application with Eclipse 3.2
Hector Blanco
white.lists at gmail.com
Thu Nov 19 12:57:08 EST 2009
Hi!
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
*baseOfTheApplication*/
|
\-> *grokserver*/
| |
| \-> *bin*/
| \-> *develop-eggs*/
| \-> *eggs*/
| \-> *etc*/
| \-> *parts*/
| \-> *src*/
| |
| \-> *grokserver*/
| |
| \-> app.py
| \-> rest.py
| \-> configure.zcml
| \-> __init__.py
| | ...
| \-> *static*/ (contains the javascript "version"
-for the client side- of methods for the Python classes stored in *
zeppelinlib/* directory)
|
\-> *zeppelinlib* (Python classes for the server -I created them-)
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).
I have read about it in
http://michaelthornhill.blogspot.com/2006/10/debug-zope-with-eclipse-and-pydev.html
http://plone.org/documentation/tutorial/developing-plone-with-eclipse
but (probably because I am pretty new to Zope and Grok) I couldn't make it
work.
I am currently using
- Ubuntu 9.04 (Jaunty Jackalope)
- Eclipse 3.2
- Pydev 1.5
- Aptana (I'm not very sure of which version... It throws an error when I
open Eclipse, though)
Thank you all!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/grok-dev/attachments/20091119/ce039337/attachment.html
More information about the Grok-dev
mailing list