We only support pure Python modules at present, and as far as I know matplotlib depends on several compiled modules that we don't provide ourselves (e.g. numpy). Other developers may have some experience with alternatives or workarounds though.
Daniel On Dec 1, 7:28 am, gratefulfrog <[EMAIL PROTECTED]> wrote: > Hi! > I'm quite new to the app-engine and am trying to build an application > that dynamically reads a data feed (RSS or other) and builds charts by > plotting the data it has read. The exact data would be selected by > user input. > > I was wondering if the app-engine can use the python module > "matplotlib.py" to do that or if there are other ways? > > The google chart interface seems too limited for teh kind of multi- > variate charts I want to produce. Very simple static examples (gifs) > can be seen on my first attempt: > > http://gratefulfrog-ap-demo.appspot.com/ > > Any advice or pointers would be very helpful! > > Thanks to all for the app-engine which is a really great tool! > 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 -~----------~----~----~----~------~----~------~--~---
