Re: [Matplotlib-users] building matplotib on linux

2008-09-23 Thread Michael Hearne
No. Interestingly, I didn't get the same errors this morning as I did last night - I got build errors regarding ftbuild (or something like that). I had just installed Tcl/Tk from source, so perhaps the first time my shell hadn't figured out where they were (??). After I installed freetype-d

Re: [Matplotlib-users] building matplotib on linux

2008-09-23 Thread John Hunter
On Tue, Sep 23, 2008 at 10:28 AM, Michael Hearne <[EMAIL PROTECTED]> wrote: > I installed the freetype-devel libraries and this problem went away. > Any chance you also installed tk-devel or tcl-devel? I can't see how the addition of the freetype headers would fix a tk problem. JDH

Re: [Matplotlib-users] building matplotib on linux

2008-09-23 Thread Michael Hearne
I installed the freetype-devel libraries and this problem went away. --Mike Michael Hearne wrote: > All: I am trying to build matplotlib 0.98.3 on a Red Hat Enterprise 5 > linux box. I have Tkinter support compiled into my > /usr/local/bin/python installation (at least "import Tkinter" raises

[Matplotlib-users] building matplotib on linux

2008-09-22 Thread Michael Hearne
All: I am trying to build matplotlib 0.98.3 on a Red Hat Enterprise 5 linux box. I have Tkinter support compiled into my /usr/local/bin/python installation (at least "import Tkinter" raises no exceptions). However, when I try to build matplotlib using "/usr/local/bin/python setup.py build",