RSS/Atom feed Twitter
Site is read-only, email is disabled

gimp-2.0pre4 and python-fu "Drop Shadow and Bevel" plugin

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

gimp-2.0pre4 and python-fu "Drop Shadow and Bevel" plugin Tom Williams 07 Mar 20:38
  gimp-2.0pre4 and python-fu "Drop Shadow and Bevel" plugin Simon Budig 07 Mar 20:57
   gimp-2.0pre4 and python-fu "Drop Shadow and Bevel" plugin Tom Williams 07 Mar 21:21
    gimp-2.0pre4 and python-fu "Drop Shadow and Bevel" plugin Sven Neumann 07 Mar 21:38
Tom Williams
2004-03-07 20:38:13 UTC (about 20 years ago)

gimp-2.0pre4 and python-fu "Drop Shadow and Bevel" plugin

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?

Thanks...

Peace...

Tom

Simon Budig
2004-03-07 20:57:04 UTC (about 20 years ago)

gimp-2.0pre4 and python-fu "Drop Shadow and Bevel" plugin

Tom Williams (tomdkat@comcast.net) 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

Tom Williams
2004-03-07 21:21:54 UTC (about 20 years ago)

gimp-2.0pre4 and python-fu "Drop Shadow and Bevel" plugin

Simon Budig wrote:

Tom Williams (tomdkat@comcast.net) 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

Yup, that did the trick. Thanks. Since this script came with gimp-2.0pre4, will this be fixed in the gimp distribution before 2.0 is released?

Peace...

Tom

Sven Neumann
2004-03-07 21:38:15 UTC (about 20 years ago)

gimp-2.0pre4 and python-fu "Drop Shadow and Bevel" plugin

Hi,

Tom Williams writes:

Yup, that did the trick. Thanks. Since this script came with gimp-2.0pre4, will this be fixed in the gimp distribution before 2.0 is released?

Only if you file a bug-report for it.

Sven