Re: [Matplotlib-users] installation question

2010-10-21 Thread Filipe Pires Alvarenga Fernandes
Hi Bala, Strange that yum did not updated, Fedora does has the latest version packaged: http://koji.fedoraproject.org/koji/packageinfo?packageID=3607 Maybe you can try to force the installation of the latest rpm by downloading it and installing it with yum.

Re: [Matplotlib-users] installation question

2010-03-22 Thread Christopher Barker
Mathes, Gary C wrote: > Installation question: > > > > The *import pylab* command reports an error. See bold below for > details. What installation step(s) am I missing? it looks like you've got GTK set as your default back-end, but are not running and X-server on this box. If you want to

Re: [Matplotlib-users] installation question

2010-03-22 Thread Michael Droettboom
It looks like you're using the gtk backend but you're running on a remote terminal without an X11 connection. That's what "could not open display" probably means. Are you logged in remotely by any chance? Does 'python -c "import gtk" ' work? If you want to run headless, you can use the "Agg" ba