I don't use Eclipse so I could be way off, but I'd guess this is because the google modules aren't in the default PYTHONPATH so Eclipse won't know where to find them.
On May 30, 11:51 pm, Brandon Watson <[email protected]> wrote: > Just to add to this: > > the line: > > import cgi > > appears to give me what I need. When I type "cgi." I get all of the > auto complete. However, the lines: > > from google.appengine.api import users > from google.appengine.ext import webapp > from google.appengine.ext.webapp.util import run_wsgi_app > from google.appengine.ext import db > > don't give me any auto complete. If I type "users." there is no auto > complete. > > On May 30, 8:44 pm, Brandon <[email protected]> wrote: > > > I was doing some beginner AppEngine dev on a Windows box and installed > > Eclipse for that. I liked the autocompletion I got with the objects > > and functions. Very helpful. > > > Last night, I moved my dev environment over to my Macbook, and > > installed Eclipse Ganymede. I installed the AppEngine SDK and Eclipse > > plug in. However, when I am typing out code on my Mac, the > > autocomplete isn't functioning. Did I miss a step? Call me a lazy > > programmer, but having the functions available in that dropdown list > > is missed. > > > Any help? > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
