Earl Eiland wrote:
So where do I find win32process.
It's not a builtin (at least import win32process fails)
A search of python.org fails.
A search of sourceforge fails.
A google search brings up lots of stuff, but I didn't find the module.
Earl Eiland
[...]
http://starship.python.net/crew/mhammond/
So where do I find win32process.
It's not a builtin (at least import win32process fails)
A search of python.org fails.
A search of sourceforge fails.
A google search brings up lots of stuff, but I didn't find the module.
Earl Eiland
On Fri, 2005-03-11 at 09:02, Larry Bates wrote:
> Earl Eiland wr
Earl Eiland wrote:
I need to repeatedly execute an .exe program, changing the command line
arguments, and log the output.
My search of Python documentation and O'Reilly texts hasn't uncovered
how I do this. Both exec and execfile seem to only run Python code.
Also, neither seem to be able to pass
Earl Eiland wrote:
> I need to repeatedly execute an .exe program, changing the command line
> arguments, and log the output.
>
> My search of Python documentation and O'Reilly texts hasn't uncovered
> how I do this. Both exec and execfile seem to only run Python code.
> Also, neither seem to be
On Fri, 11 Mar 2005 07:36:03 -0700, Earl Eiland <[EMAIL PROTECTED]> wrote:
> I need to repeatedly execute an .exe program, changing the command line
> arguments, and log the output.
http://docs.python.org/lib/module-subprocess.html
--
Cheers,
Simon B,
[EMAIL PROTECTED],
http://www.brunningonline