Hi,

I suddenly got an error when starting up a previously fine working Plone site in the foreground:

Traceback (most recent call last):
ImportError: dlopen(.../Pillow-2.4.0-py2.7-macosx-10.4-x86_64.egg/PIL/_imaging.so, 2): Library not loaded: /opt/local/lib/libopenjp2.6.dylib Referenced from: .../Pillow-2.4.0-py2.7-macosx-10.4-x86_64.egg/PIL/_imaging.so
  Reason: image not found

This was Python 2.7 with Plone 4.3 and Pillow, but I had the same with Python 2.6 plus Plone 4.1 and PIL.

It turned out that I had recently updated my Mac ports and got openjpeg version 2.1.0. Reverting to a previously installed version solved it:

sudo port activate openjpeg @2.0.0_1

(No recompilation of Pillow/PIL needed.)

I don't know if this is a problem in openjpeg, PIL, Mac ports, my Python buildout, or whatever. But if you suddenly see an error like that, the above may help.

Best,

--
Maurits van Rees: http://maurits.vanrees.org/
Zest Software: http://zestsoftware.nl

_______________________________________________
Product-Developers mailing list
product-develop...@lists.plone.org
https://lists.plone.org/mailman/listinfo/plone-product-developers

Reply via email to