Tom Williams ([EMAIL PROTECTED]) wrote:
> So, I'm running gimp-2.0pre4 on Linux and I've got python 2.2.3 and
> pygtk-2.2.0-RC1 installed. When I try to use the Python-FU "Drop Shadow
> and Bevel" plugin, I get the dialog allowing me to configure the effect
> but it doesn't run, due to this error:
>
> Traceback (most recent call last):
> File "/usr/lib/gimp/1.3/python/gimpfu.py", line 470, in _run
> res = apply(func, params)
> File "/usr/lib/gimp/1.3/plug-ins/shadow_bevel.py", line 7, in shadow_bevel
> img.undo_group_start(img)
> TypeError: undo_group_start() takes no arguments (1 given)
>
> Is there something else I need to update to enable this to work?
It seems the script is broken here. Change that call to
img.undo_group_start ()
and it should work.
Hope this helps,
Simon
--
[EMAIL PROTECTED] http://www.home.unix-ag.org/simon/
_______________________________________________
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user