On Tuesday, October 25, 2011, jniemasik <niema...@gmail.com> wrote:
>
> Hi all,
>
> Google App Engine recently added an experimental Python 2.7 option, and
> along with it, support for numpy.
>
> App Engine only allows pure python code to be uploaded.  But now that
numpy
> is available on the server, I was hoping I could create a pure python
build
> of matplotlib that I can run on App Engine.
>
> Any suggestions on how to do this (existing tutorial, or at least which
> backend to use, etc.)?  Is it possible?
>
> Many thanks,
> Jamie

One thing I just noticed is that PIL is available.in the app engine  I
wonder if a PIL based backend might be suitable for replacing the compiled
_png.so used for writing png images and maybe some other formats in the app
engine?

Ben Root
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to