After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 357223 - Python Whirl & Pinch does not work...
Python Whirl & Pinch does not work...
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Gimp-Python
git master
Other All
: Low trivial
: ---
Assigned To: Manish Singh
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-09-22 17:21 UTC by jbaker
Modified: 2006-10-04 07:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description jbaker 2006-09-22 17:21:49 UTC
Please describe the problem:
The python version of whirl/pinch does not function

Steps to reproduce:
1. New image
2. Filters > Distorts > Whirl and Pinch (Select the python version)
3. Click OK...


Actual results:
The plugin does not run, you have to manually close the window... 

Expected results:
the standard whirl and pinch plugin to run...

Does this happen every time?
yes...

Other information:
Tested current cvs: Ubuntu, Xubuntu...
Comment 1 Michael Natterer 2006-09-22 17:47:56 UTC
Indeed.
Comment 2 Sven Neumann 2006-09-23 19:41:47 UTC
Well, it's not installed by default, so this doesn't need to block the 2.4 release.
Comment 3 Sven Neumann 2006-09-23 19:48:56 UTC
If you file bug reports for Python plug-ins, please do always paste the traceback into the bug report. Doing this for you now...

Traceback (most recent call last):
  • File "/usr/local/lib/gimp/2.0/python/gimpfu.py", line 566 in response
    dialog.res = run_script(params)
  • File "/usr/local/lib/gimp/2.0/python/gimpfu.py", line 303 in run_script
    return apply(function, params)
  • File "/usr/local/lib/gimp/2.0/plug-ins/whirlpinch.py", line 72 in whirl_pinch
TypeError: unpack non-sequence

Comment 4 Manish Singh 2006-10-04 07:26:13 UTC
2006-10-03  Manish Singh  <yosh@gimp.org>

        * plug-ins/pygimp/pygimp-drawable.c: a FALSE return from
        gimp_drawable_mask_bounds doesn't mean failure. Restore old
        behavior. Fixes bug #357223.