[Matplotlib-users] matplot usage in Django

2009-11-09 Thread Oguz Yarimtepe
Hi, I was trying to use the matplotlib at my Django view. The version i was trying is 0.98. What i did is to import the library and then plot a graph. The problem is when i tried the from pylab import *, i got RuntimeError: could not create GdkCursor object. This is most probably because of

Re: [Matplotlib-users] matplot usage in Django

2009-11-09 Thread Michael Droettboom
See this FAQ: http://matplotlib.sourceforge.net/faq/howto_faq.html#matplotlib-in-a-web-application-server Mike On 11/09/2009 09:20 AM, Oguz Yarimtepe wrote: Hi, I was trying to use the matplotlib at my Django view. The version i was trying is 0.98. What i did is to import the library and