Re: [Gimp-user] gimpfu calling xsane

2008-11-10 Thread Andreas Matthias
David Gowers wrote: > What happens if you type > > xsane (run_mode = 0) Oh yes, that works. At least it shows the xsane dialog but it does not return anything apart from an execution error. I originally intended to control xsane with a script, but it seems that the xsane plug-in is not ready fo

Re: [Gimp-user] gimpfu calling xsane

2008-11-10 Thread Sven Neumann
Hi, On Mon, 2008-11-10 at 12:47 +, Chris Mohler wrote: > If I try calling "pdb.xsane()" or "pdb.xsane(0)" fron the python-fu > console, I get: "extension 'xsane' aborted before sending its > extension_ack message" > > Not even sure if that's helpful. I've never tried calling an external > p

Re: [Gimp-user] gimpfu calling xsane

2008-11-09 Thread David Gowers
What happens if you type xsane (run_mode = 0) ??? (you can use this trick to trigger interactive calling for all PDB functions that support it) David -- Reticience and self-censorship is a farce. The deceiver does not himself know the truth, anything that he holds back he holds back not onl

Re: [Gimp-user] gimpfu calling xsane

2008-11-09 Thread Chris Mohler
On Mon, Nov 10, 2008 at 12:17 PM, Andreas Matthias <[EMAIL PROTECTED]> wrote: > Chris Mohler wrote: > >> On Mon, Nov 10, 2008 at 5:52 AM, Andreas Matthias >> <[EMAIL PROTECTED]> wrote: >>> I'm trying to write a python script that opens the xsane dialog. >>> But the example script below does not wor

Re: [Gimp-user] gimpfu calling xsane

2008-11-09 Thread Andreas Matthias
Chris Mohler wrote: > On Mon, Nov 10, 2008 at 12:17 PM, Andreas Matthias > <[EMAIL PROTECTED]> wrote: >> Chris Mohler wrote: >> >>> On Mon, Nov 10, 2008 at 5:52 AM, Andreas Matthias >>> <[EMAIL PROTECTED]> wrote: I'm trying to write a python script that opens the xsane dialog. But the e

Re: [Gimp-user] gimpfu calling xsane

2008-11-09 Thread Andreas Matthias
Chris Mohler wrote: > On Mon, Nov 10, 2008 at 5:52 AM, Andreas Matthias > <[EMAIL PROTECTED]> wrote: >> I'm trying to write a python script that opens the xsane dialog. >> But the example script below does not work. Any idea what's wrong? > > I don't find xsane in the pdb. Have you looked in Hel

Re: [Gimp-user] gimpfu calling xsane

2008-11-09 Thread Chris Mohler
On Mon, Nov 10, 2008 at 5:52 AM, Andreas Matthias <[EMAIL PROTECTED]> wrote: > I'm trying to write a python script that opens the xsane dialog. > But the example script below does not work. Any idea what's wrong? Hi Andreas, I don't find xsane in the pdb. Have you looked in Help->Procedure Brows