Re: [Gimp-user] Unable to use 'system' command for script-fu -- Almost done

2007-03-12 Thread saulgoode
Quoting Tony Freeman: One last thing that I cannot figure out is: how do you close the dialog box that the image is sitting in? In Scheme you do it like so: (gimp-display-delete Image) I've tried the following (with variations), but it causes the python-fu to hang:

Re: [Gimp-user] Unable to use 'system' command for script-fu -- Almost done

2007-03-11 Thread Tony Freeman
Almost done! One last thing that I cannot figure out is: how do you close the dialog box that the image is sitting in? In Scheme you do it like so: (gimp-display-delete Image) I've tried the following (with variations), but it causes the python-fu to hang: pdb.gimp_display_delete(img)