i'm on a mac and i have the google app engine launcher installed in my
applications folder, and it works fine for uploading and deploying. is
there something else i need to be doing?

matt

On May 2, 6:23 pm, mdipierro <[email protected]> wrote:
> You need the Google development api installed.
>
> On May 2, 10:01 am, mattynoce <[email protected]> wrote:
>
> > hi, i was attempting to add a listproperty to my db.py file and
> > encountered an import error. i haven't added the listproperty yet, i
> > just added the import line:
>
> > from gluon.contrib.gql import gae
>
> > and i put it after the default mail lines and before i redefined the
> > user table (which is working). here is the error message:
>
> > Traceback (most recent call last):
> >   File "[home directory]/web2py/gluon/restricted.py", line 178, in
> > restricted
> >     exec ccode in environment
> >   File "[home directory]/web2py/applications/init/models/db.py", line
> > 50, in <module>
> >     from gluon.contrib.gql import gae
> >   File "[home directory]/web2py/gluon/contrib/gql.py", line 29, in
> > <module>
> >     from google.appengine.ext import db as gae
> > ImportError: No module named google.appengine.ext
>
> > i have version 1.77.3. do i need to do something special to find the
> > google.appengine.ext module?
>
> > thanks,
>
> > matt

Reply via email to