I wanted to update this, because I think I found the problem: the
default url in my app.yaml ran main.py:
- url: /.*
script: main.py
and there wasn't any entry in main.py for the root directory (/). So,
without something more, the url wasn't found. I'd forgotten what I'd
used to access the app, and so I just wasn't specifying a valid url for
it. I needed to use /index, or /list, for example. / wouldn't work.
I've since added (/) to the main.py so it works with a "plain" or "root"
url.
Regards,
Frank Huddleston
--
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.