In article <[EMAIL PROTECTED]>,
 "Carl J. Van Arsdall" <[EMAIL PROTECTED]> wrote:

>Well, running the make on the command line seems to work just fine, no 
>errors at all.

What about running it as

    make kernelrelease | cat

This way the output goes to a pipe, which is what happens when it's 
called from your script. Do you see those "broken pipe" messages after a 
few minutes in this case?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to