You are not logged in Log in Join
You are here: Home » Members » Marc's Zope Page » ImageTag_CorePatch » Software_Release.2003-12-30.2503 » README.txt » View Document

Log in
Name

Password

 

README.txt

HotPatch Image.tag to use PIL to size images (useful for thumbnails).
Also fixes so-called intelligent scaling to actually be intelligent.

TO DEAL WITH PIL:
first install PIL according to directions
then go to your zope's /lib/python folder (with products,ofs, all that in it, ya know?)
type this command:
ln -s /usr/lib/python1.5/site-packages/PIL
this creates a symbolic link to your installed PIL so Zope can find it.

note that with zope 2.5.x and newer, you can usually just install PIL in your local Zope's site-packages directory and it will be importable.