Re: Problems receiving arguments on a subprocess

2011-01-26 Thread Hidura
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

Re: Problems receiving arguments on a subprocess

2011-01-26 Thread Chris Rebert
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

Problems receiving arguments on a subprocess

2011-01-26 Thread hidura
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