I am using OS X 1.6 snow leopard and I successfully got PIL installed. I am able to open terminal and type import Image without any errors.
However, When using app engine I get Image error still saying that PIL is not installed. I am wondering if any of you have an thoughts as to how I can resolve this issue.
-Matthew
Apparently Google provides the PIL in the
google.appengine.api.imagesmodule. You can see examples on how to use it in the App Engine Documentation – Using the Images Python API.