Looks to me like there's three spaces in front of "static_dir:
static". Try removing one of the spaces so that there are only two.

Regards,
Andreas

On Jan 26, 5:41 am, James Ashley <james.ash...@gmail.com> wrote:
> I feel like a complete idiot.
>
> Here's my app.yaml:
>
> application: whatever
> version: 1
> runtime: python
> api_version: 1
>
> handlers:
> - url: /static
>    static_dir: static
>
> When I try to run dev_appserver, I get this exception/stack trace:
>
> $ python ./dev_appserver.py  -d ../pyjamas/
> ERROR    2009-01-26 04:15:15,236 dev_appserver_main.py] Fatal error
> when loading
>  application configuration:
> mapping values are not allowed here
>   in "../pyjamas/app.yaml", line 8, column 14
>
> I've compared it with app.yaml's from various working projects, and I
> just don't see the difference.
>
> What am I doing that's bone-headed here?
>
> Thanks,
> James
--~--~---------~--~----~------------~-------~--~----~
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