This error was fixed, but now my app just throws a 500 error, with no error code.
On Sunday, October 14, 2012 5:33:59 PM UTC-7, b00m_chef wrote: > > Using web2py 2.0.9 source with AppEngine 1.7.2 > > I get an error in GAE: > > ERROR 2012-10-15 00:29:49,611 cgi.py:121] Traceback (most recent call > last): > File "C:\gaeapp\gaehandler.py", line 41, in <module> > from gluon.settings import global_settings > ImportError: No module named gluon.settings > > --