Re: [Tutor] subprocess.Popen help

2014-01-29 Thread Mkhanyisi Madlavana
On 28 January 2014 21:52, leam hall wrote: > Python tutorial for 2.6 (using 2.4 -- don't ask), first code blurb under > 17.1.1 > > > http://docs.python.org/2.6/library/subprocess.html?highlight=subprocess#subprocess.Popen > > How would you make an ssh to another box put data back in "p"? The > go

Re: [Tutor] subprocess.Popen help

2014-01-28 Thread eryksun
On Tue, Jan 28, 2014 at 2:52 PM, leam hall wrote: > Python tutorial for 2.6 (using 2.4 -- don't ask), first code blurb under > 17.1.1 > > http://docs.python.org/2.6/library/subprocess.html?highlight=subprocess#subprocess.Popen > > How would you make an ssh to another box put data back in "p"? The

Re: [Tutor] subprocess.Popen help

2014-01-28 Thread Alan Gauld
On 28/01/14 19:52, leam hall wrote: Python tutorial for 2.6 (using 2.4 -- don't ask), first code blurb under 17.1.1 http://docs.python.org/2.6/library/subprocess.html?highlight=subprocess#subprocess.Popen How would you make an ssh to another box put data back in "p"? The goal is to run a shell

[Tutor] subprocess.Popen help

2014-01-28 Thread leam hall
Python tutorial for 2.6 (using 2.4 -- don't ask), first code blurb under 17.1.1 http://docs.python.org/2.6/library/subprocess.html?highlight=subprocess#subprocess.Popen How would you make an ssh to another box put data back in "p"? The goal is to run a shell command on a remote box and work with

Re: [Tutor] subprocess.Popen help...thanks

2012-08-22 Thread Ray Jones
Thanks to all who responded. I'm deeply into some of the links provided, and my understanding has greatly increased. Ray On 08/22/2012 12:59 AM, Andreas Perstinger wrote: > On 22.08.2012 03:39, Ray Jones wrote: >> Does anyone know of a link to a really good tutorial that would help me >> with s

Re: [Tutor] subprocess.Popen help

2012-08-22 Thread David Abbott
On Tue, Aug 21, 2012 at 9:39 PM, Ray Jones wrote: > > Does anyone know of a link to a really good tutorial that would help me > with subprocess.Popen? a tutorial that uses really small words and more > examples than explanation? After 15 years of scripting, I'm ashamed to > say that I'm still not

Re: [Tutor] subprocess.Popen help

2012-08-22 Thread Andreas Perstinger
On 22.08.2012 03:39, Ray Jones wrote: Does anyone know of a link to a really good tutorial that would help me with subprocess.Popen? a tutorial that uses really small words and more examples than explanation? After 15 years of scripting, I'm ashamed to say that I'm still not all that familiar wit

[Tutor] subprocess.Popen help

2012-08-21 Thread Ray Jones
Does anyone know of a link to a really good tutorial that would help me with subprocess.Popen? a tutorial that uses really small words and more examples than explanation? After 15 years of scripting, I'm ashamed to say that I'm still not all that familiar with input, output, pipes, etc. much beyon