On 1/24/11 9:04 PM, rbrewer wrote:
--On January 22, 2011 2:02:12 AM -0800 "Stefan Lange [via Plone]"
<[hidden email] </user/SendEmail.jtp?type=node&node=5957295&i=0>> wrote:

 > Hi Robert,
 >
 > I've installed the new PIL version for Plone's Python and not for the
Mac
 > OS Python. You can do so by calling python executable from the Plone
 > installation when installing PIL from the source.
 >
 > There should also be a way to install it via buildout - unfortunately I
 > don't have to right code at hand. Maybe it is possible to install it
 > using the [productdistros]/urls section in the buildout.cfg.

buildout.cfg actually has a line for PIL:

############################################
# Eggs
# ----
# Add an indented line to the eggs section for any Python
# eggs or packages you wish to include.
#
eggs =
Plone
PIL==1.1.6

Unfortunately, changing that to 1.1.7, followed by "bin/buildout -n" and
"bin/buildout" did download new new egg, but didn't seem to actually make
Plone work.

That downloads the "real" PIL which IIRC does not work. This is partially why I created Pillow (http://pypi.python.org/pypi/Pillow/1.6); I wanted something that could be uploaded to PyPI and not confused with PIL itself (Pillow is a setuptools-compliant re-packackaging of the "real" 1.1.7)

Pillow *should* work ; if it doesn't, please let me know.

Alex


------------------------------------------------------------------------
View this message in context: Re: _imaging.so not found
<http://plone.293351.n2.nabble.com/imaging-so-not-found-tp5887646p5957295.html>
Sent from the Installation, Setup, Upgrades mailing list archive
<http://plone.293351.n2.nabble.com/Installation-Setup-Upgrades-f293353.html>
at Nabble.com.



--
Alex Clark ยท http://aclark.net/help-me-help-plone

_______________________________________________
Setup mailing list
[email protected]
https://lists.plone.org/mailman/listinfo/setup

Reply via email to