Re: [Matplotlib-users] ImportError: No module named _backend_gdk

2014-08-07 Thread Matthew Brett
Hi, On Wed, Aug 6, 2014 at 8:15 PM, discolemonade wrote: > Thanks Paul. I'm new to all of this and the interplay between GTK, it's > headers and matplotlib is admittedly still a bit of a mystery to me. I have > GTK installed. I installed it after installing matplotlib because I tried to > use TKA

Re: [Matplotlib-users] ImportError: No module named _backend_gdk

2014-08-07 Thread Sterling Smith
I recommend MacPorts [1] to install open source packages on Mac, including matplotlib. -Sterling [1] http://www.macports.org/ On Aug 6, 2014, at 8:15PM, discolemonade wrote: > Thanks Paul. I'm new to all of this and the interplay between GTK, it's > headers and matplotlib is admittedly still a bi

Re: [Matplotlib-users] ImportError: No module named _backend_gdk

2014-08-06 Thread discolemonade
Thanks Paul. I'm new to all of this and the interplay between GTK, it's headers and matplotlib is admittedly still a bit of a mystery to me. I have GTK installed. I installed it after installing matplotlib because I tried to use TKAgg as a backend and ended up running into some problems. I'm on Mac

Re: [Matplotlib-users] ImportError: No module named _backend_gdk

2014-08-05 Thread Paul Ivanov
discolemonade, on 2014-08-05 21:29, wrote: > Hi, > > I'm using the GTKAgg backend and when I run "import matplotlib.pyplot as > plt" in the Python shell, I get the _backend_gdk error. I checked all the > files in my backend and there is no _backend_gdk.py. In fact, there are no > python modules

Re: [Matplotlib-users] ImportError: No module named _backend_gdk on fedora16 after upgrading to 1.2.0

2013-01-25 Thread Eric Firing
On 2013/01/24 5:36 AM, Benjamin Root wrote: > > > On Thu, Jan 24, 2013 at 10:13 AM, Chao YUE > wrote: > > Dear all, > > I upgrade my matplotlib from 1.1.1 to 1.2.0 using the command: > > sudo pip-python install --upgrade matplotlib > > it completes succ

Re: [Matplotlib-users] ImportError: No module named _backend_gdk on fedora16 after upgrading to 1.2.0

2013-01-24 Thread Benjamin Root
On Thu, Jan 24, 2013 at 10:13 AM, Chao YUE wrote: > Dear all, > > I upgrade my matplotlib from 1.1.1 to 1.2.0 using the command: > > sudo pip-python install --upgrade matplotlib > > it completes successfully. However I tried to > > import matplotlib.pyplot as plt, I get the error: > > /usr/lib64/

Re: [Matplotlib-users] ImportError: No module named _backend_gdk

2009-07-30 Thread Dong, Hanwu
I also use matplotlib-0.98.5.3.win32-py2.6.exe. It was built without gtk. You have to build your own binaries with gtk support. Or find compiled package (by Christoph Gohlke) with gtk support here: http://www.lfd.uci.edu/~gohlke/#pythonlibs and original information is here: http://www.nabble.com