Hi,

On Wed, Aug 6, 2014 at 8:15 PM, discolemonade <schillerm...@gmail.com> 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 TKAgg as a backend and ended up running into some problems.

As a matter of interest - what problem did you have?  How did you
install matplotlib?

>  I'm on
> MacOSX Mavericks. I've been googling around and there don't seem to be any
> direct answers for how to gett these headers installed on Mac OS. What's the
> quickest way to get these headers on my system(via homebrew?)?

Does 'brew install gtk+' work for that?

> And once I
> get them, do I have to reinstall matplotlib so that it can recognize the
> headers?

I'm afraid so.  If I were you, I'd check out the source for that, as in:

git clone git://github.com/matplotlib/matplotlib.git
cd matplotlib
git checkout v1.3.1
python setup.py install

Feel free to post again if that doesn't work.

Cheers,

Matthew

------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to