Remove the trailing slash from this line:

- url: /gae/

...or add a slash to your URL.

On Nov 30, 12:55 pm, ten_foot_ninja <[EMAIL PROTECTED]> wrote:
> Hello,
> I get the following error:
> "Not found error: /gae did not match any patterns in application
> configuration."
> output to my browser when I am enter "http://localhost:8080/gae";
>
> My app.yaml is as follows:
> application: foo
> version: 1
> runtime: python
> api_version: 1
>
> handlers:
>
> - url: /gae/
>   script: main.py
>
> my folder structure is as follows:
> + app root
>   - app.yaml
>   - main.py
>   + pyamf
>
> If I change the url in the yaml to just "/.*" it works, but when I add
> the path, it does not. If anyone can show me the light, I'd be
> grateful
> Thanks in advance
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to