Hello I am trying to run the gnuplot module with python2.5 and Numeric installed.
When I try to run the demo I get the following error:
File "demo.py", line 22, in <module>
import Gnuplot, Gnuplot.funcuti ls
ImportError: No module named funcutils
Gnuplot seemed to install fine so does anyone have an idea what is wrong?
Thank you!
When I try to run the demo I get the following error:
File "demo.py", line 22, in <module>
import Gnuplot, Gnuplot.funcuti ls
ImportError: No module named funcutils
Gnuplot seemed to install fine so does anyone have an idea what is wrong?
Thank you!
Comment