Latest, today - 2.8.2 Actually, now, with a new version (2.8.2), the index.yaml IS created, but GAE still gives the same error - No module named gluon.settings
So now I have two problems: 1) on dev_appserver I have many problems with auth, search and database. I used some code from your mini-fb clone. The error is "Ticket issued: unknown<http://localhost:8080/admin/default/ticket/unknown>" And in logs I see problems with search code and friends list code. 2) on appspot.com the same error: No module named gluon.settings Thank you, Massimo, in advance. Denis On Friday, November 29, 2013 11:29:30 PM UTC+2, Massimo Di Pierro wrote: > > Which web2py version? Can you please open a ticket about this? > > On Friday, 29 November 2013 08:41:28 UTC-6, Denis wrote: >> >> Cannot deploy my app. I have tried on both Mac and Windows. Deployment >> process in successful when I deploy "welcome" app, no problem here. When I >> try to deploy my new app, process seems to be fine, no errors. But when I >> try to open my new app at appspot.com, it returns an error: >> >> Traceback (most recent call last): >> File >> "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/runtime/wsgi.py", >> line 239, in Handle >> handler = _config_handle.add_wsgi_middleware(self._LoadHandler()) >> File >> "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/runtime/wsgi.py", >> line 298, in _LoadHandler >> handler, path, err = LoadObject(self._handler) >> File >> "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/runtime/wsgi.py", >> line 84, in LoadObject >> obj = __import__(path[0]) >> File >> "/base/data/home/apps/s~hands-gae-id/2.371631757916002502/gaehandler.py", >> line 47, in <module> >> from gluon.settings import global_settings >> ImportError: No module named gluon.settings >> >> >> Of course, there IS such module. >> By the way, the only symptom of error is that index.yaml is not created >> when I run dev_appserver. Don't know why. >> >> Where to look at the possible problem? I have repeated deployment a lot >> of times in various options. I have used all the hint from this forum. And >> sorry for my English. >> Thank you in advance. >> Denis. >> > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

