Matplotlib installation problems

Posted by Werner on Stack Overflow See other posts from Stack Overflow or by Werner
Published on 2010-03-16T09:54:08Z Indexed on 2010/03/16 9:56 UTC
Read the original article Hit count: 224

Filed under:
|
|

Hi,

I need to install matplotlib in a remote linux machine, and I am a normal user there.

I downlodad the source and run

python setup.py build

but I get errors, related with numpy, which is not installed, so I decieded to install it first. I download and compile with

python setup.py build

My question now is, how do I tell to teh matplotlib installation where the numpy files have been installed?

Thanks

© Stack Overflow or respective owner

Related posts about python

Related posts about numpy