Re: [Gambas-user] Closing Process input stream

2016-06-13 Thread Benoît Minisini
Le 11/06/2016 17:27, Tobias Boege a écrit : > Hi, > > I just tried to feed a Python script to Gimp from within a Gambas project. > It didn't really work out that easily because Gimp wants to read the script > from standard input (AFAIK it does not recognise a path to the script file). > So I have t

Re: [Gambas-user] Closing Process input stream

2016-06-11 Thread Tobias Boege
On Sat, 11 Jun 2016, Fabien Bodard wrote: > Le 11 juin 2016 17:29, "Tobias Boege" a écrit : > > > Hi, > > > > I just tried to feed a Python script to Gimp from within a Gambas project. > > It didn't really work out that easily because Gimp wants to read the script > > from standard input (AFAIK i

Re: [Gambas-user] Closing Process input stream

2016-06-11 Thread Fabien Bodard
Can you send the both script ? Le 11 juin 2016 17:29, "Tobias Boege" a écrit : > Hi, > > I just tried to feed a Python script to Gimp from within a Gambas project. > It didn't really work out that easily because Gimp wants to read the script > from standard input (AFAIK it does not recognise a pa

[Gambas-user] Closing Process input stream

2016-06-11 Thread Tobias Boege
Hi, I just tried to feed a Python script to Gimp from within a Gambas project. It didn't really work out that easily because Gimp wants to read the script from standard input (AFAIK it does not recognise a path to the script file). So I have to File.Load the script and Print it to the Gimp process