Re: [Matplotlib-users] building on MAC snow leopard

2010-06-21 Thread mdekauwe
This doesn't solve the original problem and I know I worked out a way to do it before my hard disk messed up! But it seems you can get a version going through macports... sudo port install py26-matplotlib sudo port install python_select sudo python_select python26 then edit your .matplotlib/matp

Re: [Matplotlib-users] building on MAC snow leopard

2010-06-21 Thread mdekauwe
> Do you have some notes on how you achieved this? It is more than I've > been able to do. Yes I firstly setup a brand new python, i.e. not the one that ships with snow leopard (ver2.6.5). Then followed everything on http://blog.hyperjeff.net/?p=160 >I'm not a build or gcc expert, but am int

Re: [Matplotlib-users] building on MAC snow leopard

2010-06-21 Thread Ian Stokes-Rees
On 6/21/10 7:41 AM, mdekauwe wrote: > So I have successfully built a 64bit version of Numpy, Scipy from svn and am > using python version 2.6.5. However in trying to follow the instructions o Do you have some notes on how you achieved this? It is more than I've been able to do. > I had a look

[Matplotlib-users] building on MAC snow leopard

2010-06-21 Thread mdekauwe
Hi, So I have successfully built a 64bit version of Numpy, Scipy from svn and am using python version 2.6.5. However in trying to follow the instructions on this blog (http://blog.hyperjeff.net/?p=160), namely... changing the make.osx file to MACOSX_DEPLOYMENT_TARGET=10.6 PREFIX=/usr/local ##