I'm experimenting with installing a full python/numpy/scipy/matplotlib  
etc. suite on a RedHat Enterprise 5 system, and trying to document  
what would be the simplest procedure to accomplish each step.

I managed to install numpy using easy_install, but when I tried to  
install matplotlib using the same tool, I get the following errors:

error: Setup script exited with error: Command "gcc -pthread -fno- 
strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes - 
fPIC -I/usr/local/include -I/usr/include -I. -I/usr/local/include/ 
freetype2 -I/usr/include/freetype2 -I./freetype2 -I/usr/local/include/ 
python2.5 -c src/ft2font.cpp -o build/temp.linux-x86_64-2.5/src/ 
ft2font.o" failed with exit status 1
Exception exceptions.OSError: (2, 'No such file or directory', 'src/ 
image.cpp') in <bound method CleanUpFile.__del__ of  
<setupext.CleanUpFile instance at 0x1150f710>> ignored
Exception exceptions.OSError: (2, 'No such file or directory', 'src/ 
transforms.cpp') in <bound method CleanUpFile.__del__ of  
<setupext.CleanUpFile instance at 0x11510950>> ignored
Exception exceptions.OSError: (2, 'No such file or directory', 'src/ 
backend_agg.cpp') in <bound method CleanUpFile.__del__ of  
<setupext.CleanUpFile instance at 0x1150f3f8>> ignored

Any tips?  Do I need to install some sort of back-end infrastructure  
first?

I'll be happy to provide more detailed error messages, or do some  
basic tests.

Thanks,

Mike


------------------------------------------------------
Michael Hearne
[EMAIL PROTECTED]
(303) 273-8620
USGS National Earthquake Information Center
1711 Illinois St. Golden CO 80401
Senior Software Engineer
Synergetics, Inc.
------------------------------------------------------



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to