[web2py] GAE Import error

2012-10-14 Thread b00m_chef
Using web2py 2.0.9 source with AppEngine 1.7.2 I get an error in GAE: ERROR2012-10-15 00:29:49,611 cgi.py:121] Traceback (most recent call last): File "C:\gaeapp\gaehandler.py", line 41, in from gluon.settings import global_settings ImportError: No module named gluon.settings --

[web2py] gae import error

2010-05-02 Thread mattynoce
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). he