From: Roger F. <rf...@cy...> - 2003-10-28 20:06:14
|
Michael, > The problem reported below seems to be pretty common among Windows > users. I believe it is caused by Gnuplot.py not being able to find > the pgnuplot.exe executable because it is not in the PATH or not > installed. It may be true that there is a problem in finding pgnuplot.exe, but there also seems to be a problem in the structure of Gnuplot.py because it does not seem to contain funcutils. Here is the part of my original message the shows this problem: > >>> import demo > Traceback (most recent call last): > File "<interactive input>", line 1, in ? > File "C:\Python23\Lib\site-packages\Gnuplot\demo.py", line 22, in ? > import Gnuplot, Gnuplot.funcutils > ImportError: No module named funcutils > >>> import Gnuplot.funcutils > Traceback (most recent call last): > File "<interactive input>", line 1, in ? > ImportError: No module named funcutils -Roger |