[Zope] IO Error Broken Pipe with Photo Product
Dieter Maurer
dieter@handshake.de
Tue, 24 Sep 2002 22:03:15 +0200
complaw@hal-pc.org writes:
> I'm using the Photo product on the FreeZope site (http://www.freezope.org/).
> ...
> IOError
> Sorry, a site error occurred.
> (Object: MVC-280S.JPG)
> File /usr/local/zope/Zope-2.4.4-src/lib/python/Products/Photo/Photo.py, line
> 372, in _resize
> (Object: MVC-280S.JPG)
> IOError: [Errno 32] Broken pipe
Look at the code in "Photo.py" line "372".
It tries to write to a pipe (probably that to the conversion process)
but it cannot (probably because the conversion process died).
Dieter