From: Leonardo M. <lm...@ud...> - 2002-08-13 16:02:17
|
Hi Marc > >>>import Gnuplot > Traceback (most recent call last): > File "<interactive input>", line 1, in ? > ImportError: No module named Gnuplot Two things: may be you have two versions of python installed ? You may need to run python2 explicitly Also: what exactly did you type to install Gnuplot ? -- Leo |