After looking through this group I found this wonderful guide for
setting up Eclipse to work with GAE/Python using Pydev:

http://code.google.com/appengine/articles/eclipse.html

However, after following the instructions and adding the indicated
external source folders I'm still not getting auto-completion for the
response/request objects - for example, if I type "self.response." I
don't get any auto-completion for "out.write()" or something similar.

I'm very new to Python and Eclipse, so it's entirely possible that I'm
missing something easy. Below is a list of the external source folders
I've added to my project:

C:\Program Files\Google\google_appengine
C:\Program Files\Google\google_appengine\lib\django
C:\Program Files\Google\google_appengine\lib\webob
C:\Program Files\Google\google_appengine\lib\yaml\lib

Thanks in advance for any help you can offer,
-Drew

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to