[Zope] Broken Pipe Error

Dieter Maurer dieter at handshake.de
Thu Dec 8 13:50:28 EST 2005


Asad Habib wrote at 2005-12-7 16:47 -0500:
>I am using Maik Jablonski's python script to convert from html to pdf in 
>conjunction with the htmldoc product. FYI, I am running Mac OS X 
>Tiger. When I run the script, I get the following error which is being 
>generated by line 20 of the script:
>
>IOError: [Errno 32] Broken pipe

This means that you try to write into a pipe when the reading end
of this pipe was closed (probably because the reader died).

-- 
Dieter


More information about the Zope mailing list