Re: matplotlib usage problem

2009-11-09 Thread Karen Tracey
On Mon, Nov 9, 2009 at 8:36 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 then plot a graph. > The problem is when i tried the "from pylab import *", i got "RuntimeError: > co

Re: matplotlib usage problem

2009-11-09 Thread Torsten Bronger
Hallöchen! Oguz Yarimtepe writes: > 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 obje

matplotlib usage problem

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 o