Great!
I got it the hello chart world example to work. here's how:

In app.yaml, these are the handlers:
handlers:
- url: /(.*\.(swf|js))
  static_files: version-2/\1
  upload: version-2/(.*\.(swf|js))

- url: /(.*\.json)
  static_files: data/\1
  upload: data/(.*\.json)

- url: /.*
  script: flashchart.py

The other files I copied from the tutorials and made some updates!
Great! Thanks!
Can I contact you for more help on flashchart?
GF

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

Reply via email to