handlers got moved in the 2.6.1 release... it's clearly stated in the changelog .... everyone in the need of a specific handler is required to copy it/them in the root folder.
On Tuesday, September 17, 2013 1:21:14 PM UTC+2, Python Webdev wrote: > > Hi, > > today I downloaded the current web2py source (version > 2.6.3-stable+timestamp.2013.09.15.17.01.20) and copied a app.yaml that > worked for me to it. > > When added this existing Application to GoogleAppEngine Laucher (Version > 1.8.4.1050) and started there this configuration. > > First everything looks ok, there no error messages. But calling the URL > there are a lot error messages (see below at the end) > > Perhaps this has to do with the new folder "handler" where gaehandler.py > is located now? > > With the "old" source folder everything worked fine. > > Is this a bug, or do I have to change something? > > Cheers! > > pw > > > ----------------------------------------------------------------- > > *** Running dev_appserver with the following flags: > > --skip_sdk_update_check=yes --port=8080 --admin_port=7000 > > Python command: /usr/bin/python2.7 > > INFO 2013-09-17 09:02:05,890 devappserver2.py:557] Skipping SDK update > check. > > WARNING 2013-09-17 09:02:05,911 api_server.py:327] Could not initialize > images API; you are likely missing the Python "PIL" module. > > INFO 2013-09-17 09:02:05,920 api_server.py:138] Starting API server > at: http://localhost:50187 > > INFO 2013-09-17 09:02:05,928 dispatcher.py:164] Starting module > "default" running at: http://localhost:8080 > > INFO 2013-09-17 09:02:05,938 admin_server.py:117] Starting admin > server at: http://localhost:7000 > > ERROR 2013-09-17 09:02:21,214 wsgi.py:262] > > Traceback (most recent call last): > > File > "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/runtime/wsgi.py", > > line 239, in Handle > > handler = _config_handle.add_wsgi_middleware(self._LoadHandler()) > > File > "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/runtime/wsgi.py", > > line 298, in _LoadHandler > > handler, path, err = LoadObject(self._handler) > > File > "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/runtime/wsgi.py", > > line 84, in LoadObject > > obj = __import__(path[0]) > > ImportError: No module named gaehandler > > INFO 2013-09-17 09:02:21,235 module.py:593] default: "GET / HTTP/1.1" > 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/groups/opt_out.

