Re: [Matplotlib-users] Pure python matplotlib for Google App Engine

2011-10-29 Thread Jamie Niemasik
Thanks Michael and Benjamin — this answers all my questions. On Wednesday, October 26, 2011 at 11:11 AM, Michael Droettboom wrote: > On 10/26/2011 02:40 AM, Benjamin Root wrote: > > > > > > On Tuesday, October 25, 2011, jniemasik > (mailto:niema...@gmail.com)> wrote: > > > > > > Hi all,

Re: [Matplotlib-users] Pure python matplotlib for Google App Engine

2011-10-26 Thread Michael Droettboom
On 10/26/2011 02:40 AM, Benjamin Root wrote: On Tuesday, October 25, 2011, jniemasik > 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

Re: [Matplotlib-users] Pure python matplotlib for Google App Engine

2011-10-25 Thread Benjamin Root
On Tuesday, October 25, 2011, jniemasik 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 co

Re: [Matplotlib-users] Pure python matplotlib for Google App Engine

2011-10-25 Thread Benjamin Root
On Tuesday, October 25, 2011, jniemasik 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 co

[Matplotlib-users] Pure python matplotlib for Google App Engine

2011-10-25 Thread jniemasik
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 o