This might help you:
http://daily.profeth.de/2008/04/google-app-engine-eclipse-pydev.html

On May 31, 8:31 am, Brandon Watson <[email protected]> wrote:
> Further followup:
>
> I read this:
>
> http://code.google.com/appengine/articles/eclipse.html
>
> but that's for Windows.  I see the step about the PYTHONPATH, but I'm
> not sure what to do on Mac.
>
> On May 31, 8:11 am, Brandon Watson <[email protected]> wrote:
>
>
>
> > We appear to be on the right path, but I have tried for the alst hour
> > of searching to figure this one out, and I am at a loss.  From the
> > shell, I typed:
>
> > "echo $PYTHONPATH"
>
> > and it comes back empty.  Trying:
>
> > "echo $PATH"
>
> > results in:
>
> > /Library/Frameworks/Python.framework/Versions/2.6/bin:/Library/
> > Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/
> > Python.framework/Versions/Current/bin:/opt/local/bin:/opt/local/sbin:/
> > usr/local/bin:/Users/bwatson/django-trunk/django/bin:/usr/bin:/bin:/
> > usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
>
> > I am running Python 2.6.  So, the question:
>
> > 1) which file am I editing?
> > 2) what exactly am I adding?
>
> > I looked in .bashrc, and .bash_profile, but don't know what I need to
> > add for App Engine.  I search and cannot determine the default
> > location for the App Engine libraries.
>
> > Thanks, and sorry for the seemingly lame question.
>
> > -B
>
> > On May 31, 7:03 am, Wooble <[email protected]> wrote:
>
> > > 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to