The print line it doesn't print anything that's why i say is not
receiving anything.
2011/1/26, hid...@gmail.com :
> Hello i am trying to make a subprocess that will have to send data as an
> arguments and is executing the script but don't receiving anything.
>
> Here is the code of the subprocess
On Wed, Jan 26, 2011 at 3:27 PM, wrote:
> Hello i am trying to make a subprocess that will have to send data as an
> arguments and is executing the script but don't receiving anything.
Command-line arguments, or stream/file input via stdin? I think you
mean the latter. The term "argument(s)" is
Hello i am trying to make a subprocess that will have to send data as an
arguments and is executing the script but don't receiving anything.
Here is the code of the subprocess:
car = Popen(shlex.split(self.block.getAttribute('cmd')),
stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subpr