While using easy.py script it generates error as shown in figure:
Path for gnuplot is set well. There is no problem in using grid.py
Some people suggested (http://www.cnblogs.com/tekson/archive/2009/05/25/1489222.html) to change following line in easy.py:
cmd = '{0} -svmtrain "{1}" -gnuplot "{2}" "{3}"'.format(grid_py, svmtrain_exe, gnuplot_exe, scaled_file)
But no idea how to modify above code line to resolve the problem.
If anyone have got same problem and solved this, please let me know. Thanks in advance.