1 Feb 15:11
Re: macosx lion installation challenges
You can also install the Enthought Python Distribution (EPD http://enthought.com/products/epd.php). It comes with everything (NumPy, Matplotlib, IPython, etc) and it is very easy to install on a Mac. - Ivan -- Ivan Lima Woods Hole Oceanographic Institution, MC&G MS #25 360 Woods Hole Road, Woods Hole, MA 02543-1543 USA On Fri, Jan 13, 2012 at 21:41, Andrew <andrew_inbox <at> yahoo.com> wrote: > Hi > > Hi, > > I am having troubles getting matplotlib to install. I have mac os X lion with Xcode 4.2.1 installed and I have used git to get the latest version of matplotlib. I am also running python 2.7.2 from the python.org site. The installation process was going fine based on the make.osx file supplied . The only thing I had to do was add a symbolic link to map gcc-4.2 to gcc to get it to compile, the I hit the following problem: > > gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1 -I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I. -I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/freetype2 -I./freetype2 -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/ft2font.cpp -o build/temp.macosx-10.6-intel-2.7/src/ft2font.o > In file included from src/ft2font.cpp:3:(Continue reading)
RSS Feed