From: Matt N. <new...@ca...> - 2004-10-06 16:09:57
|
Leo, > 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 Matplotlib 0.63.4 requires python 2.3. It sounds like you have an earlier version of python that doesn't recognize False (I think this was introduced for python2.2, but I'm not certain). > 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. You need python2.3. You could either convince the admin to install this or install a private copy of python2.3 in your own directory. --Matt |