[Matplotlib-users] Building with python 3

2011-08-12 Thread R. Padraic Springuel
I installed freetype2 to the default location: /usr/local Typing "freetype-config --ftversion" on the command line in any directory yields the freetype version number installed (2.4.6), which implies to me that its in the system search path, and thus should be available to distutils, right? --

Re: [Matplotlib-users] Building with python 3

2011-08-12 Thread Darren Dale
On Fri, Aug 12, 2011 at 2:12 PM, R. Padraic Springuel wrote: > I just downloaded and installed freetype2 in order to fix that potential > problem and I still get the same error (can't find the headers) in the > build output. Where did you install the headers? Is this location included in distutil

Re: [Matplotlib-users] Building with python 3

2011-08-12 Thread R. Padraic Springuel
I just downloaded and installed freetype2 in order to fix that potential problem and I still get the same error (can't find the headers) in the build output. -- R. Padraic Springuel, PhD -- FREE DOWNLOAD - uberSVN with

Re: [Matplotlib-users] Building with python 3

2011-08-09 Thread Darren Dale
On Sat, Aug 6, 2011 at 6:39 PM, R. Padraic Springuel wrote: > So, I have a python 3.2 install on my Mac for other purposes, but when I > heard about the matplotlib branch for python 3 I figured I'd give it a > try even though I have a perfectly good version for python 2.7 running > already.  Howev