|
From: Leonardo M. <lm...@ud...> - 2002-10-03 12:04:23
|
Hi Johnny
> When i tried the method before (using
> g = Gnuplot.Gnuplot()), i get the follow error
> message:
>
> >>> import Gnuplot
> >>> g = Gnuplot.Gnuplot()
> >>> sh: gnuplot: command not found
>
> I have no idea what "sh" means.
I think it means the unix shell, /bin/sh
Do you have gnuplot installed ?. Is it in
your path ? What do you get if you type
"whereis gnuplot" from a shell (command line)?
It should find it. In my case it looks like
grisell: lmilano> whereis gnuplot
gnuplot: /usr/bin/gnuplot /usr/share/gnuplot.gih /usr/share/man/man1/gnuplot.1.bz2
> I am still unable to run demo.py
Sure, you have to solve the other problem first.
Hope this helps. Best,
-- Leo
|