Re: [Matplotlib-users] Problem with GTK backends after compiling matplotlib

2011-09-06 Thread Michael Droettboom
On 08/31/2011 11:21 PM, Eric Firing wrote: > On 08/31/2011 01:59 PM, Benjamin Root wrote: >> On Wed, Aug 31, 2011 at 6:35 PM, Craig Finch> > wrote: >> >> I figured it out! I accidentally did something weird. When I built >> NumPy and SciPy, I used the --user opt

Re: [Matplotlib-users] Problem with GTK backends after compiling matplotlib

2011-08-31 Thread Eric Firing
On 08/31/2011 01:59 PM, Benjamin Root wrote: > On Wed, Aug 31, 2011 at 6:35 PM, Craig Finch > wrote: > > I figured it out! I accidentally did something weird. When I built > NumPy and SciPy, I used the --user option to tell distutils to build > them in my home

Re: [Matplotlib-users] Problem with GTK backends after compiling matplotlib

2011-08-31 Thread Benjamin Root
On Wed, Aug 31, 2011 at 6:35 PM, Craig Finch wrote: > I figured it out! I accidentally did something weird. When I built NumPy > and SciPy, I used the --user option to tell distutils to build them in my > home directory. I had not realized that --user installs the packages in > ~/.local/lib/pyt

Re: [Matplotlib-users] Problem with GTK backends after compiling matplotlib

2011-08-31 Thread Craig Finch
net" Sent: Wednesday, August 31, 2011 4:31 PM Subject: Re: [Matplotlib-users] Problem with GTK backends after compiling matplotlib I corrected the problem with the FreeType2 header file and rebuilt matplotlib from scratch, but I'm getting the same error.  Centos5 puts the file ft2build

Re: [Matplotlib-users] Problem with GTK backends after compiling matplotlib

2011-08-31 Thread Craig Finch
ib.delaunay'] running install running build running build_py ... There are no errors in the rest of the build or install logs.  Further, I rebuild pycairo, pygtk, and matplotlib just to make sure one of them wasn't missing a freetype dependency.  Unfortunately, I am still getting exactly

Re: [Matplotlib-users] Problem with GTK backends after compiling matplotlib

2011-08-30 Thread Eric Firing
On 08/30/2011 12:14 PM, Craig Finch wrote: > I successfully built Python 2.7.2, NumPy 1.61, and Scipy 0.9.0 in my > home directory on a Centos5 system. I am trying to build matplotlib > 1.0.1 in my home directory, but I am having a problem with the GTK > backends. I also built pycairo 1.2.2, pygobj