Re: [python-win32] subprocess and stdout

2009-07-27 Thread Dave Angel
Christopher Chapman wrote: I'm trying to write a "module" to a larger program. This module eventually needs to reference a config file with setup information in it, but I'm not there yet. I'm using the subprocess module to run an external antivirus program and trying to get the output written t

[python-win32] subprocess and stdout

2009-07-26 Thread Christopher Chapman
I'm trying to write a "module" to a larger program. This module eventually needs to reference a config file with setup information in it, but I'm not there yet. I'm using the subprocess module to run an external antivirus program and trying to get the output written to a log file, but I keep gett