Google App Engin: page of localhost:8080 gives error?
I use appinventor2 and im trying to set tinywebdb2. Though i've fallowed the steps in http://beta.appinventor.mit.edu/learn/reference/other/tinywebdb.html carefully. it fails to open localhost as its shown in picturethe problem
my app.yaml
application: tinywebdb-1092 version: 1 runtime: python27 api_version: 1
handlers: - url: /images static_dir: images
转到app.yaml并更改runtime: python
runtime: python27
看看是否适合你