|
From: Leo B. <leo...@ya...> - 2004-10-06 02:59:45
|
Today I tried to install matplotlib, first downloading
matplotlib-0.63.4.tar.gz, then "gunzip matplotlib-0.63.4.tar.gz", then "tar
-vxf matplotlib-0.63.4.tar", then I don't know what to do.
I tried "python setup.py build", but got the following error:
Traceback (most recent call last):
File "setup.py", line 39, in ?
VERBOSE = False # insert lots of diagnostic prints in extension code
NameError: name 'False' is not defined
I also tried "setup.py", and "make -f Makefile" but without any success.
Which command I should use to install matploylib?
This is a shared linux web server, I am not root, I want to install matplotlib
under my login directory, and be able to draw stock charts with OHLC (Open High
Low Close) as well as volume on a second x-axis.
Leo
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
|