Re: executing non-Python conde

2005-03-11 Thread Steve Holden
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/

Re: executing non-Python conde

2005-03-11 Thread Earl Eiland
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

Re: executing non-Python conde

2005-03-11 Thread Steve Holden
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

Re: executing non-Python conde

2005-03-11 Thread Larry Bates
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

Re: executing non-Python conde

2005-03-11 Thread Simon Brunning
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