On Fri, Nov 21, 2008 at 9:37 PM, Brian <[EMAIL PROTECTED]> wrote: > > Helloworld.py contents: > print 'Content-Type: text/plain' > print '' > print 'Hello, world!' >
Hi Brian, Are you sure your helloworl.py is correct? Check the appengine installation folder (C:\Program Files\Google\google_appengine). There is a folder naming "new_project_template". Just open your command line window and change folder to "C:\Program Files\Google\google_appengine\new_project_template". Then execute "dev_appserver.py .". At last, access http://localhost:8080/ with firefox/IE or whatever. You will get your helloworld. -- Best Regards, TANG Jiyu (Blog: http://jiyu.wordpress.com.cn) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
