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.

Reply via email to