From: Nils W. <nw...@me...> - 2006-02-24 19:02:31
|
Hi all, I have installed two different version of python One is in /usr/bin/python and the other is in /usr/local/bin I have installed matplotlib using /usr/bin/python setup.py build /usr/bin/python setup.py install It works fine. However if I try to install matplotlib using /usr/local/bin/python setup.py build it fails due to missing pygtk. How can I resolve this problem ? Can I add something to /usr/local/bin/python setup.py build and /usr/local/bin/python setup.py install ? Nils =20 |