cd web2py cp handlers/gaehandler.py ./
On Tuesday, 11 October 2016 16:17:46 UTC-5, sa wrote: > > Can not deploy to appengine. getting following error: > ImportError: No module named gaehandler > > Here is the details: > > myappengingid@g2py-146120:~/src/eappair-201601$ cd > gae2pymyappengingid@g2py-146120:~/src/eappair-201601/gae2py$ > dev_appserver.py $PWDINFO 2016-10-11 21:02:09,754 devappserver2.py:769] > Skipping SDK update check.INFO 2016-10-11 21:02:09,798 api_server.py:205] > Starting API server at: http://0.0.0.0:54083INFO 2016-10-11 21:02:09,838 > dispatcher.py:197] Starting module "default" running at: > http://0.0.0.0:8080INFO 2016-10-11 21:02:09,839 admin_server.py:116] > Starting admin server at: http://0.0.0.0:8000ERROR 2016-10-11 > 21:02:20,715 wsgi.py:263] Traceback (most recent call last): File > "/google/google-cloud-sdk/platform/google_appengine/google/appengine/runtime/wsgi.py", > > line 240, in Handle handler = > _config_handle.add_wsgi_middleware(self._LoadHandler()) File > "/google/google-cloud-sdk/platform/google_appengine/google/appengine/runtime/wsgi.py", > > line 299, in _LoadHandler handler, path, err = LoadObject(self._handler) > File > "/google/google-cloud-sdk/platform/google_appengine/google/appengine/runtime/wsgi.py", > > line 85, in LoadObject obj = __import__(path[0])ImportError: No module > named gaehandlerINFO 2016-10-11 21:02:20,720 module.py:788] default: "GET > /?authuser=0 HTTP/1.0" 500 - > > > -- 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/d/optout.

