IOError: [Errno 32] Broken pipe

Vinay Sajip vinay_sajip at yahoo.co.uk
Mon Oct 11 10:31:41 EDT 2004


> documentation and now see the raiseExceptions variable. I presume that 
> I simply use
> logging.raiseExceptions = False
> after
> import logging

Yes.
 
> Random tests I have devised have not revealed this error but Random 
> input from others has generated the problem, usually after a burst of 
> activity when previously there has been no activity for several days. 
> Coincidence?

Perhaps not. It may be that the pipe breaks after a period of
inactivity, and subsequent activity shows up the break.

Best of luck,

Vinay



More information about the Python-list mailing list