Re: RotatingFileHandler + subprocess module problems

2007-01-15 Thread Stephen Hansen
That was perfect-- it now all behaves as it should. Thanks! On 1/11/07, Gabriel Genellina <[EMAIL PROTECTED]> wrote: At Thursday 11/1/2007 15:59, Stephen Hansen wrote: >If I run app1, and then app2, it all works fine. Specifically, the >apps are logging correctly and I can see with Process Exp

Re: RotatingFileHandler + subprocess module problems

2007-01-11 Thread Gabriel Genellina
At Thursday 11/1/2007 15:59, Stephen Hansen wrote: If I run app1, and then app2, it all works fine. Specifically, the apps are logging correctly and I can see with Process Explorer that each has a handle to the appropriate files. However, I have a setting to make App2 run App1 in the backgrou

RotatingFileHandler + subprocess module problems

2007-01-11 Thread Stephen Hansen
Hey, there. I'm currently having a problem with what *looks* like an interaction between using subprocess and RotatingFileHandler. This is on Windows with Python 2.3 I have two console applications: app1 and app2. For most of app2 to function properly, app1 must already be running. App1 logs