Hi,
I'm getting this error after typing
from scitools.all import *
scitools.easyviz backend is gnuplot
Exception exceptions.AttributeError: "GnuplotProcess instance has no
attribute 'gnuplot'" in <bound method GnuplotProcess.__del__ of
<Gnuplot.gp_win32.GnuplotProcess instance at 0x00F0C698>> ignored
Exception exceptions.AttributeError: "Gnuplot instance has no attribute
'gnuplot'" in <bound method Gnuplot.__del__ of <Gnuplot._Gnuplot.Gnuplot
instance at 0x00F0C648>> ignored
There is no backtrack, so I don't know where this is happening. It could
be the fault of scitools.
I configured gp_win32.py like this:
# gnuplot_command = r'"C:\Program Files\gp371w32\pgnuplot.exe"'
#gnuplot_command = r'pgnuplot.exe'
gnuplot_command = r'C:\python25\gnuplot\bin\pgnuplot.exe' # this file
exists of course.
I did a dir(self.gnuplot) in gp_win32.py and this variable does exist
and its methods seems correct.
Including pgnuplot.exe in the PATH variable didn't help.
pgnuplot.exe is launched (I can see it running in the task bar..)
Any suggestions?
Thank you very much,
Best regards,
Ivar Refsdal
|