Hi, I am trying install matplotlib on a solaris
machine. When I run
python setup.py build, I get the following error:
GTK requires pygtk
GTKAgg requires pygtk
TKAgg requires TkInter
running build
running build_py
running build_ext
building 'matplotlib._agg' extension
cc -DNDEBUG -O -Iagg23/include -Isrc -Iswig
-I/usr/local/lang/python/2.3.2/include/python2.3 -c
src/agg.cxx -o
build/temp.solaris-2.10-sun4u-2.3/src/agg.o
cc: No input file specified, no output generated
error: command 'cc' failed with exit status 1
How can there be no input file?
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|