Trouble w/ Photo product and Imagemagick
Hi everyone, I'm setting up Zope 2.5.0b3 and Ron Bickers' Photo product on a new home server. Zope is installed fine, but I can't get the Photo product to use Imagemagick to render the different sizes. Using PIL work fine, but the resulting images are not nearly as good. I'm running Zope on a Debian (woody) Linux system. The imagemagick page is installed via apt-get and I can use Imagemagick's 'convert' program (which Photo uses) just fine from the command line. Permissions on 'convert' look fine. Rendering the images produces the following traceback: Error Type: IOError Error Value: [Errno 32] Broken pipe <!-- Traceback (innermost last): File /home/wilson/zope/2.5.0b3/lib/python/ZPublisher/Publish.py, line 151, in publish_module File /home/wilson/zope/2.5.0b3/lib/python/ZPublisher/Publish.py, line 115, in publish File /home/wilson/zope/2.5.0b3/lib/python/Zope/__init__.py, line 158, in zpublisher_exception_hook File /home/wilson/zope/2.5.0b3/lib/python/ZPublisher/Publish.py, line 99, in publish File /home/wilson/zope/2.5.0b3/lib/python/ZPublisher/mapply.py, line 83, in mapply (Object: manage_addPhoto) File /home/wilson/zope/2.5.0b3/lib/python/ZPublisher/Publish.py, line 45, in missing_name File /home/wilson/zope/2.5.0b3/lib/python/ZPublisher/HTTPResponse.py, line 493, in badRequestError BadRequest: (see above) --> Can anyone provide a hint here? I've got essentially the same setup on a production server I use (except I'm using Zope 2.3.3). I installed Zope 2.4.2 on my new server as well and I had the same problem as with 2.5.0b3. -Tim -- Tim Wilson | Visit Sibley online: | Check out: Henry Sibley HS | http://www.isd197.org | http://www.zope.com W. St. Paul, MN | | http://slashdot.org wilson@visi.com | <dtml-var pithy_quote> | http://linux.com
participants (1)
-
Tim Wilson