That import comes from the google app engine API package that you download from google. when running the dev_appserver it's in your environment. if not running dev_appserver you can find the files where you installed the GAE code.
web2py gae select syntax is the same as for any other DB, just no joins and a few other rules pointed out in the book (chapter 11 i think). hope that helps. cfh On Feb 18, 3:46 pm, Wes James <[email protected]> wrote: > Hmm. I see: > > from google.appengine.ext import db as gae > > in gql.py > > but if I run python from the cli and do: > > from google.appengine.ext import db as gae > > I get Import Error. > > Where is web2py getting this from? I looked in web2py, > /System/Library (mac) and /usr/local.... > > I'm not sure that would help with web2py gae select syntax though, would it? > > -wes -- You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en.

