From: Alan G I. <ai...@am...> - 2006-10-11 23:27:54
|
On Wed, 11 Oct 2006, Carl Wenrich apparently wrote:=20 > I installed numeric, gnuplot, and gnuplot-py. When I try=20 > to run python demo.py, I get this: > No module named Gnuplot ---=20 Find it on your disk. Check sys.path. Apparently you put it outside of sys.path. Cheers, Alan Isaac |