Re: [Twisted-Python] spawnProcess help needed

2008-12-10 Thread Cary Hull
Just an fyi, you don't need to code your own process protocol for programs like md5sum. Take a look at twisted.internet.utils.getProcessOutput. -Cary On Wed, Dec 10, 2008 at 8:45 AM, Phil Christensen <[EMAIL PROTECTED]> wrote: > On Dec 9, 2008, at 5:41 PM, Jean-Paul Calderone wrote: > > On Tue, 9

Re: [Twisted-Python] spawnProcess help needed

2008-12-10 Thread Phil Christensen
On Dec 9, 2008, at 5:41 PM, Jean-Paul Calderone wrote: On Tue, 9 Dec 2008 15:43:00 -0500, Phil Christensen <[EMAIL PROTECTED] > wrote: Everything is basically working, except for the fact that the md5sum processes never go away. It does seem that processEnded is being called, since that's wh

Re: [Twisted-Python] spawnProcess help needed

2008-12-09 Thread Jean-Paul Calderone
On Tue, 9 Dec 2008 15:43:00 -0500, Phil Christensen <[EMAIL PROTECTED]> wrote: Hello All- I'm running into an issue with a project I'm working on that involves coordinating a large number of external processes to encode audio into different formats, and do other bookkeeping. I seem to be hav

[Twisted-Python] spawnProcess help needed

2008-12-09 Thread Phil Christensen
Hello All- I'm running into an issue with a project I'm working on that involves coordinating a large number of external processes to encode audio into different formats, and do other bookkeeping. I seem to be having a problem when I use spawnProcess to call the md5sum binary. The process