On May 26, 9:16 pm, Jeff McNeil wrote:
> On May 26, 2:12 pm, lone_eagle wrote:
>
> > Hi all,
>
> > On Linux, I do something like this
>
> > $ program_to_execute < input_file
> > ... get some output ...
>
> > I have the content of the input_file as a string inside a python
> > program and would li
On May 26, 2:12 pm, lone_eagle wrote:
> Hi all,
>
> On Linux, I do something like this
>
> $ program_to_execute < input_file
> ... get some output ...
>
> I have the content of the input_file as a string inside a python
> program and would like to pass this string to the external program
> from in
On May 26, 2:12 pm, lone_eagle wrote:
> Hi all,
>
> On Linux, I do something like this
>
> $ program_to_execute < input_file
> ... get some output ...
>
> I have the content of the input_file as a string inside a python
> program and would like to pass this string to the external program
> from in
Hi all,
On Linux, I do something like this
$ program_to_execute < input_file
... get some output ...
I have the content of the input_file as a string inside a python
program and would like to pass this string to the external program
from inside the python program and get back the programs output