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?
--
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
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
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