i follow the hello world https://code.google.com/appengine/docs/python/gettingstarted/helloworld.html
but my helloworld.py which contains the following contents: print 'Content-Type: text/plain' print '' print 'hi i am here ,waiting for you' when i run my helloworld.py using the Google App Engine Launcher, open http://localhost:8080/ in your default web browser. what i get is : hello world not hi i am here ,waiting for you what's the matter?? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
