If what John suggests doesn't work, and you really only need 64 bit,
then the nuclear option is to remove all occurrences of
 -arch i386
from the makefile (assuming you have a framework build) at

/Library/Frameworks/Python.framework/Versions/Current/lib/python2.6/config/Makefile

This should only generate x86_64.

Obviously, save the current one, so you can go back to it.

HTH, George.

On 25 May 2010 16:58, John Hunter <jdh2...@gmail.com> wrote:
> On Tue, May 25, 2010 at 10:45 AM, Pim Schellart <p.schell...@gmail.com> wrote:
>> Hi John and George,
>>
>> I tried both and although it now seems to find the libraries it still
>> fails to link something.
>>
>> matplotlib-0.99.1.1 $ sudo python setup.py install
>
> According to the README I pointed you too, this isn't the command you
> should be running.  Rather,
>
> Example usage::
>
>  PREFIX=/Users/jdhunter/dev make -f make.osx fetch deps mpl_install
>
> But I advise you work from the svn trunk if you want to go this route,
> as I have made some updates for 64bit/python2.6 OSX there
>
>  > svn co 
> https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/matplotlib
> matplotlib
>
> JDH
>

------------------------------------------------------------------------------

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to