pardon, yes, you r right, ticket not written on errors folder tested with 
web2py 2.17.1 on mac
*step*
curl -L -O -C - https:
//dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-212.0.0-darwin-x86_64.tar.gz
tar xzvf google-cloud-sdk-*.tar.gz
curl -O http://web2py.com/examples/static/web2py_src.zip
unzip web2py_src.zip
cp web2py/examples/app.example.yaml web2py/app.yaml
cp web2py/handlers/gaehandler.py web2py/
python google-cloud-sdk/bin/dev_appserver.py web2py
open http://localhost:8000
open http://localhost:8080
open http://localhost:8080/admin

*error traceback on terminal*
ERROR    2018-08-18 00:47:41,273 restricted.py:174] Traceback (most recent 
call last):
  File "/Users/sugizo/Downloads/learn/web2py/gluon/restricted.py", line 219, 
in restricted
    exec(ccode, environment)
  File 
"/Users/sugizo/Downloads/learn/web2py/applications/admin/models/access.py", 
line 16, in <module>
    session_db = DAL('gae')
  File 
"/Users/sugizo/Downloads/learn/web2py/gluon/packages/dal/pydal/base.py", 
line 170, in __call__
    obj = super(MetaDAL, cls).__call__(*args, **kwargs)
  File 
"/Users/sugizo/Downloads/learn/web2py/gluon/packages/dal/pydal/base.py", 
line 454, in __init__
    adapter = adapters.get_for(self._dbname)
  File 
"/Users/sugizo/Downloads/learn/web2py/gluon/packages/dal/pydal/adapters/__init__.py"
, line 20, in get_for
    'Adapter not found for %s' % uri
SyntaxError: Adapter not found for gae

INFO     2018-08-18 00:47:41,274 gaehandler.py:75] **** Request: 784.99ms/
174.91ms (real time/cpu time)
INFO     2018-08-18 00:47:41,281 module.py:880] default: "GET /admin 
HTTP/1.1" 500 707

best regards,
stifan

-- 
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