Re: [Matplotlib-users] warining with ipython

2009-04-28 Thread Bala subramanian
Hi, I was nt running any script of my own. This warning came when i was working on matplotlib-pyplot tutorials (simple plot and multiple line plots). Bala On Mon, Apr 27, 2009 at 10:42 PM, Sandro Tosi wrote: > On Mon, Apr 27, 2009 at 15:18, Bala subramanian > wrote: > > Hi, > > > > Version in

Re: [Matplotlib-users] warining with ipython

2009-04-27 Thread Sandro Tosi
On Mon, Apr 27, 2009 at 15:18, Bala subramanian wrote: > Hi, > > Version informations > Python 2.5.2 > IPython 0.8.4 > matplotlib 0.98.1 this is a rather old version, you might want to try to upgrade to 0.98.5.2 or a near release. > backend GTKAgg > Running on Fedora10 could you please provide

Re: [Matplotlib-users] warining with ipython

2009-04-27 Thread Bala subramanian
Hi, Version informations Python 2.5.2 IPython 0.8.4 matplotlib 0.98.1 backend GTKAgg Running on Fedora10 Bala On Mon, Apr 27, 2009 at 2:36 PM, Sandro Tosi wrote: > Hi Bala, > > On Mon, Apr 27, 2009 at 13:40, Bala subramanian > wrote: > > Friends, > > I started pylab with ipython -pylab > > I

Re: [Matplotlib-users] warining with ipython

2009-04-27 Thread Sandro Tosi
Hi Bala, On Mon, Apr 27, 2009 at 13:40, Bala subramanian wrote: > Friends, > I started pylab with ipython -pylab I think it would help if you can also specify what version of ipython and matplotlib you're using, as long as what backend is configured to be used. > After some time, i did > > In [

[Matplotlib-users] warining with ipython

2009-04-27 Thread Bala subramanian
Friends, I started pylab with ipython -pylab After some time, i did In [21]: import matplotlib Warning: Timeout for mainloop thread exceeded switching to nonthreaded mode (until mainloop wakes up again) Why this warning comes ? Even when i exit with ctrl + d, the shell is still remaining. Than