Correct app.yaml for file with app variable is 'hello_udacity.py': application: helloudacity version: 1 runtime: python27 api_version: 1 threadsafe: true
handlers: -url: .* script: hello_udacity.app понедельник, 30 декабря 2013 г., 19:09:48 UTC+6 пользователь Vimarsh Chaturvedi написал: > > > I'm basically a noob. > I'm trying to run Google Appengine in Ubuntu. > It keeps showing, there is an error in line 7, column 9; > this is what I typed in the app.yaml file is > > application:HelloUdacity > version:1 > runtime:python27 > api_version:1 > threadsafe:true > > handlers: > -url: /.* > script: HelloUdacity.app > > it's showing the error in the line > > 'handlers:' > > Any help? > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
