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