On Mon, Jan 26, 2009 at 3:41 PM, James Ashley <james.ash...@gmail.com> wrote:


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

It looks fine to me, too. The handlers entry is identical to what I've
got going fine in my projects.

It might be something fiddly. Do you have a newline character at the
end of the file? Are you using a funky character? Try retyping it in
by hand (no copy-n-paste).


Dave.

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