(no subject)

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