On 2 Feb 2006 09:41:20 -0800, sleepylight <[EMAIL PROTECTED]> wrote:
> Ah! I see now. That makes prefect sense. I guess I was thinking that
> python was simply going to pass a whole command string to the program
> rather than give each argument as individual strings. Seeing this
> makes the doc
Ah! I see now. That makes prefect sense. I guess I was thinking that
python was simply going to pass a whole command string to the program
rather than give each argument as individual strings. Seeing this
makes the documentation seem much more sensible. Thank you!
--
http://mail.python.org/m
On 2 Feb 2006 09:01:11 -0800, sleepylight <[EMAIL PROTECTED]> wrote:
>Hi
>
>I'm staring to learn python for some systems administration projects
>and so far this looks like a really great alternative to using shell
>for everything. The python docs on the web site are really great, but
>I could use
Hi
I'm staring to learn python for some systems administration projects
and so far this looks like a really great alternative to using shell
for everything. The python docs on the web site are really great, but
I could use come clarification on passing arguments using the
os.spawnlp() function.