Ariel Rokem wrote:
> Hi - that's interesting - I am actually on OS10.5. For some reason,
> the MPL libraries get built under a directory called
> "lib.macosx-10.3-fat-2.5" and the SDK set in the Python Makefile is
> /Developer/SDKs/MacOSX10.4u.sdk, which is why you see these mentioned
> in the output.
>
> Wondering if that is the cause of the problems, I reset the SDK in the
> Makefile to /Developer/SDKs/MacOSX10.5.sdk (in the definition of
> BASECFLAGS, as well as LDFLAGS). As before, I removed the '-arch ppc'
> (from these two places, as well) and ran 'env ARCHFLAGS='-arch i386'
> python setup.py build'
>
> This time I don't get any compilation errors at all. It just runs
> through. However, when I import matplotlib in python, I still get:
>   

Ariel:  Did you run 'python setup.py install'?

-Jeff


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to