it looks like you have some issue with your app.yaml file. please make
sure it's of a format similar to the following:


application: sandbox-getsense-it
version: 1
runtime: python
api_version: 1

handlers:
- url: /.*
  script: main.py


also, here are two recent threads about creating CSV files:

http://groups.google.com/group/google-appengine-python/browse_thread/thread/5055294449e1929b
http://groups.google.com/group/google-appengine-python/browse_thread/thread/d9149ba91bfa9a9d

hope this helps!
-- wesley
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"Core Python Programming", Prentice Hall, (c)2007,2001
"Python Fundamentals", Prentice Hall, (c)2009
   http://corepython.com

wesley.j.chun :: wesc+...@google.com
developer relations :: google app engine

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