barchart website

hello,

I want to create a barchart on a website, somebody advised me to use
matplotlib and it does look very promising. The problem that I now
face is that I can't seem to get things right, the following code
results in an import error:

from cgi import escape

try:
    import cgitb
    cgitb.enable()
except:
    sys.stderr = sys.stdout

# test import pylab
import pylab

Does this mean that the webserver doesn't have pylab installed or am I
missing something? (bit of a newbie in this area, so please bear with
me...)

best regards,
Dimitri

···

--
Please visit dimitri's website: www.serpia.com