I can get helloworld to work from the command prompt... just not localhost.
app.yaml was copied from the example and used notepad to author. It seems
like it runs ok but localhost does not work. If I change to incorrect syntax
in app.yaml, I do get an error message when I try to run from cmd.

I did try to copy the files to new_project_template but that did not do the
trick. I also tried running the app in new_project_template. No luck.

Forgot to mention before posting, but I did install PIL.

I tried over a span of a week or so with several full reboots.

Anyway, I stopped trying for a couple of weeks and then came back to it.
Magically, it works now.

On Mon, Nov 24, 2008 at 8:30 AM, A. TNG <tang.j...@gmail.com> wrote:

>
> On Fri, Nov 21, 2008 at 9:37 PM, Brian <bdele...@gmail.com> 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 google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to