On Thursday, March 24, 2016 at 1:41:42 AM UTC+2, Massimo Di Pierro wrote:
>
> Which version of web2py? Did you use git clone? Did you do what it is 
> asking?
>
> git submodule update --init --recursive
>
> I used the src-version from here:
http://www.web2py.com/examples/static/web2py_src.zip

I now tried the latest version and it still breaks with app engine launcher 
1.9.34. With 1.9.32 it works just fine. My much older application with 
older version of web2py works just as badly. Both of them work just fine 
when deployded to appengine.com so it seems that this is a problem with App 
Engine Launcher.



2016-03-29 08:47:39 Running command: "['C:\\Python27\\pythonw.exe', 
'C:\\Program Files (x86)\\Google\\google_appengine\\dev_appserver.py', 
'--skip_sdk_update_check=yes', '--port=13080', '--admin_port=8005', 
u'K:\\temp\\web2py_src_new\\web2py']"
INFO     2016-03-29 08:47:48,173 devappserver2.py:769] Skipping SDK update 
check.
WARNING  2016-03-29 08:47:48,513 simple_search_stub.py:1126] Could not read 
search indexes from 
c:\users\tjlahton\appdata\local\temp\appengine.tiea218-malli\search_indexes
INFO     2016-03-29 08:47:48,523 api_server.py:205] Starting API server at: 
http://localhost:40963
INFO     2016-03-29 08:47:48,532 dispatcher.py:197] Starting module 
"default" running at: http://localhost:13080
INFO     2016-03-29 08:47:48,532 admin_server.py:116] Starting admin server 
at: http://localhost:8005
ERROR    2016-03-29 05:48:06,344 wsgi.py:263] 

Traceback (most recent call last):

  File "C:\Program Files 
(x86)\Google\google_appengine\google\appengine\runtime\wsgi.py", line 240, 
in Handle

    handler = _config_handle.add_wsgi_middleware(self._LoadHandler())

  File "C:\Program Files 
(x86)\Google\google_appengine\google\appengine\runtime\wsgi.py", line 299, 
in _LoadHandler

    handler, path, err = LoadObject(self._handler)

  File "C:\Program Files 
(x86)\Google\google_appengine\google\appengine\runtime\wsgi.py", line 85, 
in LoadObject

    obj = __import__(path[0])

  File "K:\temp\web2py_src_new\web2py\gaehandler.py", line 47, in <module>

    from gluon.settings import global_settings

  File "K:\temp\web2py_src_new\web2py\gluon\__init__.py", line 29, in 
<module>

    "You can also download a complete copy from http://www.web2py.com.";

RuntimeError: web2py depends on pydal, which apparently you have not 
installed.

Probably you cloned the repository using git without '--recursive'

To fix this, please run (from inside your web2py folder):



     git submodule update --init --recursive



You can also download a complete copy from http://www.web2py.com.

INFO     2016-03-29 08:48:06,354 module.py:787] default: "GET / HTTP/1.1" 
500 -
INFO     2016-03-29 08:48:06,983 module.py:787] default: "GET /favicon.ico 
HTTP/1.1" 404 -
INFO     2016-03-29 08:48:07,013 module.py:787] default: "GET /favicon.ico 
HTTP/1.1" 404 -
INFO     2016-03-29 08:48:09,523 module.py:787] default: "GET /favicon.ico 
HTTP/1.1" 404 -
 

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to