Hi, Did you create the project using the App Engine Launcher? It sounds like a different app is being served than what you are editing. Check and make sure you are editing the files at the correct path.
Another issue may be that the files are not being correctly reloaded after your changes. You can check for this problem by stopping and restarting the development server. Robert On Thursday, January 19, 2012, lala <[email protected]> wrote: > 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. > > -- ------ Robert Kluin Ezox Systems, LLC -- 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.
