From: dimitri p. <dim...@gm...> - 2005-02-02 10:34:40
|
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 |