Re: [Zope] Installing PIL WAS: TIFF files
If you look at the instructions for my Image_corepatch product (http://www.zope.org/Members/bowerymarc) there's something about that. Bottom line, put a link to PIL somewhere Zope's python interpreter will find it. I think it's in python/site_packages, but check. on 4/17/02 9:28 AM, hans at hans@beehive.de scrivened:
Michael Montagne wrote:
I'm having trouble using the photo product and importing .tif files. I'm using the PIL option, ImageMagick gives me a broken pipe error. .jpg works great but .tif gives me no image. It appears to work but there is no image when complete. I'm not sure I have access to the PIL on my hard drive (using windows, Zope2.3.3) How can I integrate PIL into Zope? If I don't get an error when I try to use PIL in photo, does that mean that it IS integrated already? I run zope as a service and I'm not sure how to tell how I called z2.py.
into <zoperoot>/bin copy _imaging.pyd _imagingtk.pyd # probably only for unix systems PIL.pth PIL # directoriy
unsure, whether PIL.pth is required, gives an aside to pythons search path
in your modules, something like try: import PIL pil_present = 1 except: pil_present = 0 -- ------------------------------------------------------------- Who's got only a hammer sees the world as a nail hans augustin (software developer) hans@beehive.de beehive elektronische medien GmbH http://www.beehive.de phone: +49 30 847-82 0 fax: +49 30 847-82 299
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (1)
-
Marc Lindahl