[Gambas-user] Closing Process input stream

Fabien Bodard gambas.fr at ...626...
Sat Jun 11 19:20:08 CEST 2016


Can you send the both script ?
Le 11 juin 2016 17:29, "Tobias Boege" <taboege at ...626...> 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 to File.Load the script and Print it to the Gimp process. To
> signal that the script is complete, I have to close the Gimp process input
> stream. The only way I can do this is via
>
>   Close #hGimp
>
> but this line also closes the output stream so that I can't get status
> reports from my script.
>
> Have I overlooked something? I remember hitting the same problem in the
> past
> with other programs. It would surely be useful to be able to only close the
> input stream of a child process.
>
> Regards,
> Tobi
>
> --
> "There's an old saying: Don't change anything... ever!" -- Mr. Monk
>
>
> ------------------------------------------------------------------------------
> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> patterns at an interface-level. Reveals which users, apps, and protocols
> are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list