It worked...I name my first child after you.  I will be blogging this
myself, and give you trackback love.  Thank you so much!

On Jun 1, 3:12 pm, Brandon Watson <[email protected]> wrote:
> YES!!  I am not home right now or I would try this right away, but
> this appears to answer my question.  Why this information is so hard
> to find, I have no idea.  Why it's not listed as part of the setup
> steps on the App Engine page, especially since those guys are all Mac
> guys, I have no idea.  Awesome, awesome, awesome.  Thanks.
>
> On Jun 1, 1:31 pm, Arun Shanker Prasad <[email protected]>
> wrote:
>
> > Hi,
> > This tutorial explains how to install Google App Engine in Mac.
>
> >http://www.alishabdar.com/2009/05/06/develop-google-appengine-with-ap...
>
> > I have not used Mac, shouldn't there be some sort of source folder for the
> > SDK libs to be contained in?
>
> > Couldn't you try to run a system wide file scan to find out where the SDK
> > libs are, like in the above tutorial.
>
> >http://www.alishabdar.com/wp-content/uploads/2009/05/01.png
>
> > Thanks,
> > Arun Shanker Prasad.
>
> > On Tue, Jun 2, 2009 at 1:42 AM, Brandon Watson <[email protected]> wrote:
>
> > > Thanks for this pointer, again.  I am running OS X.  There is no
> > > folder location except for the Google App Engine Launcher, and I tried
> > > adding that to the external sources (as a single entity), and it did
> > > not work.
>
> > > On Jun 1, 12:26 pm, Arun Shanker Prasad <[email protected]>
> > > wrote:
> > > > Hi,
>
> > > > This guidehttp://code.google.com/appengine/articles/eclipse.html
> > > > really helps, I use this in both my Linux and Windows boxes and works
> > > > great..
>
> > > > This part is really important, don't forget to keep the file order in
> > > > the image shown there in the above URL.
>
> > > > Click on Add source folder to add the following folders from your
> > > > "google appengine" folder:
>
> > > >http://code.google.com/appengine/articles/eclipse_img/external_source...
>
> > > > Thanks,
> > > > Arun Shanker Prasad.
>
> > > > On May 31, 11:40 pm, Brandon Watson <[email protected]> wrote:
>
> > > > > I can see that there is a PyDev - PYTHONPATH option under my "File ->
> > > > > Properties" for my project.  What needs to be in there?  Where are the
> > > > > AppEngine SDK files?  I know where I put the GAE Launcher, but I don't
> > > > > know what I need to tell Eclipse about the location of the SDK or how
> > > > > to do it.  This is frustrating.  Thanks for all the help so far.  I
> > > > > used to fancy myself somewhat competent.
>
> > > > > On May 31, 11:13 am, Brandon Watson <[email protected]> wrote:
>
> > > > > > Thanks for that pointer, but it's a reprint of the article I pointed
> > > > > > to.
>
> > > > > > On May 31, 10:07 am, tabularasa <[email protected]> wrote:
>
> > > > > > > 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?- Hide quoted text -
>
> > > > - Show quoted text -- Hide quoted text -
>
> > - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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