| Refresh | Home EGTry.com


step 1. install python 2.5 [link http://www.python.org/ftp/python/2.5/python-2.5.msi]

step 2.install app engine python sdk [link http://googleappengine.googlecode.com/files/GoogleAppEngine-1.4.2.msi]

step 3. test the application

app.yaml

application: upmover1
version: pythonv1
runtime: python
api_version: 1

handlers:
- url: /
  script: hello_cgi.py


hello_cgi.py

print 'Content-Type: text/plain'
print ''
print 'app engine python CGI'