Hello GAEers,

I am a complete newb on both GAE and python (I've mostly been in .net
for the last 4 or 5 years).  So I've probably just done something
ignorant here.

I've found that when I do the initial "Hello World" sample in the
getting started guide, which just has a few print statements,
everything is fine.  But then, when I go to the next example at
http://code.google.com/appengine/docs/python/gettingstarted/usingwebapp.html,
I get a 404 error.

I've reimplemented this on several machines and I always get the same
problem.  I've searched, but I haven't found this same issue so I'm a
little dumbfounded.  My appserver output looks like this:

DEBUG    2009-03-11 18:03:20,878 dev_appserver.py] Matched "/
favicon.ico" to CGI dispatcher with path helloworld.py
DEBUG    2009-03-11 18:03:20,878 dev_appserver.py] Executing CGI with
env:
{'APPLICATION_ID': 'helloworld',
 'AUTH_DOMAIN': 'gmail.com',
 'CONTENT_LENGTH': '',
 'CONTENT_TYPE': 'application/x-www-form-urlencoded',
 'CURRENT_VERSION_ID': '1.1',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT': '*/*',
 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,*,utf-8',
 'HTTP_ACCEPT_LANGUAGE': 'en-US,en',
 'HTTP_CONNECTION': 'Keep-Alive',
 'HTTP_HOST': 'localhost:8080',
 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US)
AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.48 Safari/
525.19',
 'PATH_INFO': '/favicon.ico',
 'PATH_TRANSLATED': 'd:\\dev\\apps\\helloworld\\helloworld.py',
 'QUERY_STRING': '',
 'REMOTE_ADDR': '127.0.0.1',
 'REQUEST_METHOD': 'GET',
 'SCRIPT_NAME': '',
 'SERVER_NAME': 'localhost',
 'SERVER_PORT': '8080',
 'SERVER_PROTOCOL': 'HTTP/1.0',
 'SERVER_SOFTWARE': 'Development/1.0',
 'TZ': 'UTC',
 'USER_EMAIL': ''}
DEBUG    2009-03-11 18:03:20,878 dev_appserver.py] Reusing main()
function of module "helloworld"
INFO     2009-03-11 18:03:20,894 dev_appserver.py] "GET /favicon.ico
HTTP/1.1" 404 -
DEBUG    2009-03-11 18:03:20,894 dev_appserver_index.py] No need to
update index.yaml

Any ideas, I'd sure be grateful!

Mike

--~--~---------~--~----~------------~-------~--~----~
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