我的Google App Engine是安装在c:/googleapp下的 用以下方法还是不行,请检查你的文件编码是否正确
- application: helloworld
- version: 1
- runtime: python
- api_version: 1
- handlers:
- - url: /.*
- script: helloworld.py
- print 'Content-Type: text/plain'
- print ''
- print 'Hello, world!'
我的Google App Engine是安装在c:/googleapp下的 用以下方法还是不行,请检查你的文件编码是否正确