Hi herbie, >From looking at the source code for the Google visualization Python API, it appears to be pure Python.
http://code.google.com/p/google-visualization-python/source/browse/trunk/gviz_api.py If that is the case, then it should be pretty easy to use it. Add this gviz_api.py file to your app's source code directory, and import it normally (as you would any other third party Python module in App Engine): http://code.google.com/appengine/kb/commontasks.html#thirdparty Happy coding, Jeff On Nov 21, 5:56 am, herbie <[EMAIL PROTECTED]> wrote: > I would like to use Google Visualization charts etc in my GAE web > app. Can I use the Google Data Source Python Library within GAE? > Is it pure Python? Is the process of adding it to my GAE app straight > forward (I'm new to this stuff!) > > Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
