From: Stephen U. <suh...@gm...> - 2007-02-03 15:06:09
|
I'm trying to build matplotlib with the GTK/GTKAgg backends but it won't find my copy of pygtk: mrhanky:/usr/local/src/matplotlib-0.87.7 uley$ sudo python setup.py build GTK requires pygtk GTKAgg requires pygtk running build running build_py creating build ........... I followed the python/numpy/scipy installation method here: http://projects.scipy.org/pipermail/numpy-discussion/2007-January/025368.html I installed pygtk (2.10.3) with mac/darwinports on my mac os 10.4 ppcmachine. I edited setupext.py to look for all the libs under /opt/local. matplotlib seems to find libjpeg, libpng, et al, but it can't find pygtk. How can I modify matplotlib, or how should I install pygtk so the it builds correctly? Thanks- -stephen |