Step 2 The directory should have a few files the settings file app.yaml
2.1 content of app.yaml
application: hello
version: 1 runtime: python api_version: 1 handlers: - url: /.* script: hello.py
Step3 a python file called helloworld.py
print 'Content-Type: text/plain' print '' print 'Hello, world!'
to activate your project click runthen when you have a green dot the other options will light up and you can click browse

Maybe you should indicate what OS you are using? I didn't have a nice green dot on my linux box... :)
ReplyDeletehehe
ReplyDeleteThis comment has been removed by the author.
ReplyDelete