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] Missing tests when trying to run unit tests with agg on linux

2014-08-07 Thread Russell Warren
Is test data not installed my default? I didn't used to have to do anything than pip install then run the tests, but perhaps something has changed? Could it be a pip thing somehow? I will try a straight up setup.py installation. On Thu, Aug 7, 2014 at 1:07 PM, Benjamin Root wrote: > Just to

Re: [Matplotlib-users] Missing tests when trying to run unit tests with agg on linux

2014-08-07 Thread Benjamin Root
Just to note, the first log also has the font-manager issue as well. What I see as odd here is that while it was configured to install the tests (and presumedly the test data), it doesn't seem to have done that. At the very least, the test data wasn't installed. Ben On Thu, Aug 7, 2014 at 12:15

[Matplotlib-users] Missing tests when trying to run unit tests with agg on linux

2014-08-07 Thread Russell Warren
I'm trying to run the matplotlib unit tests on linux with the agg backend, and am getting a tonne of errors. Here is my test method and output (method is the script created at the top): http://bpaste.net/raw/n0JVrWcXnlPVxaAlArHJ/ It is not clear to me why the tests don't exist. I have run this t

Re: [Matplotlib-users] Missing tests when trying to run unit tests with agg on linux

2014-08-07 Thread Russell Warren
Since my test script was using nose directly, I figured I would try the "proper" `tests.py` script in the repo, but there seems to be a font_manger issue. An exception is thrown with: " matplotlib/ft2font.so: undefined symbol: inflateEnd" Full log here: http://bpaste.net/raw/MVuf4UlQ1g9xCecivwlQ