I followed the link
http://mdp.cti.depaul.edu/AlterEgo/default/show/186
to deploy web2py on local GAE, but failed.
my platforms:
32bit linux
gae_sdk 1.1.9
web2py 1.56.4
when try to access to
http://localhost:8080/admin, the page show
Internal error
Ticket issued: unrecoverable
and the console:
==============================================
$ python2.5 dev_appserver.py
web2py/
─┘
INFO 2009-02-26 00:54:07,972 __init__.py] Server:
appengine.google.com
INFO 2009-02-26 00:54:07,982 __init__.py] Checking for updates to
the SDK.
INFO 2009-02-26 00:54:08,537 __init__.py] The SDK is up to date.
WARNING 2009-02-26 00:54:08,539 __init__.py] Could not read datastore
data from /tmp/dev_appserver.datastore.history
WARNING 2009-02-26 00:54:08,568 __init__.py] Could not initialize
images API; you are likely missing the Python "PIL" module.
ImportError: No module named _imaging
INFO 2009-02-26 00:54:08,573 __init__.py] Running application
web2py on port 8080:
http://localhost:8080
WARNING 2009-02-26 00:54:12,844 __init__.py] no file locking
WARNING 2009-02-26 00:54:13,132 __init__.py] unable to import dbhash
WARNING 2009-02-26 00:54:13,229 __init__.py] unable to import
wsgiserver
WARNING 2009-02-26 00:54:13,493 __init__.py] no cache.disk
WARNING 2009-02-26 00:54:13,493 __init__.py] Blocking access to
skipped file "/home/jarod/dev/google/appengine/google_appengine/web2py/
applications/admin/models/0.py"
ERROR 2009-02-26 00:54:13,496 __init__.py] Traceback (most recent
call last):
File "/home/jarod/dev/google/appengine/google_appengine/web2py/gluon/
main.py", line 316, in wsgibase
serve_controller(request, response, session)
File "/home/jarod/dev/google/appengine/google_appengine/web2py/gluon/
main.py", line 121, in serve_controller
run_models_in(environment)
File "/home/jarod/dev/google/appengine/google_appengine/web2py/gluon/
compileapp.py", line 215, in run_models_in
code = getcfs(model, model, None)
File "/home/jarod/dev/google/appengine/google_appengine/web2py/gluon/
compileapp.py", line 78, in getcfs
t = os.stat(filename)[stat.ST_MTIME]
File "/home/jarod/dev/google/appengine/google_appengine/google/
appengine/tools/dev_appserver.py", line 939, in __call__
raise OSError(errno.EACCES, 'path not accessible')
OSError: [Errno 13] path not accessible
INFO 2009-02-26 00:54:13,510 __init__.py] "GET /admin HTTP/1.1"
200 -
INFO 2009-02-26 00:54:13,517 __init__.py] Updating /home/jarod/dev/
google/appengine/google_appengine/web2py/index.yaml
==============================================
any idea what I do wrong?