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

>Lawrence D'Oliveiro wrote:
>> 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?
>>   
>Alright, so I tried that line in the interpreter and got the same 
>problem.

No, I wanted you to try it from a bash command prompt, to try to 
simulate the environment when the make command on its own is invoked via 
popen.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to