py_make_gradient.py
http://registry.gimp.org/node/17282
Installed and comes up fine. I can specify a file path and add the width parameter, and once it gave it a file name( but then not again after that). When I try to run it, I either get an empty gradient, or I get this error message:
Quote
Traceback (most recent call last):
File "C:\Program Files\GIMP-2.0\lib\gimp\2.0\python\gimpfu.py", line 692, in response
dialog.res = run_script(params)
File "C:\Program Files\GIMP-2.0\lib\gimp\2.0\python\gimpfu.py", line 353, in run_script
return apply(function, params)
File "C:\Documents and Settings\Helena\.gimp-2.6\plug-ins\py_make_gradient.py", line 98, in make_gradient
pixel = pdb.gimp_drawable_get_pixel(drawable, x+1, y)
RuntimeError: execution error
File "C:\Program Files\GIMP-2.0\lib\gimp\2.0\python\gimpfu.py", line 692, in response
dialog.res = run_script(params)
File "C:\Program Files\GIMP-2.0\lib\gimp\2.0\python\gimpfu.py", line 353, in run_script
return apply(function, params)
File "C:\Documents and Settings\Helena\.gimp-2.6\plug-ins\py_make_gradient.py", line 98, in make_gradient
pixel = pdb.gimp_drawable_get_pixel(drawable, x+1, y)
RuntimeError: execution error
It says it is tested to work with 2.6.6 and Windows XP.
Is it not compatible with 2.6.7? If not, I will uninstall, as I am not knowledgeble enough to do any script editing.

Help














