L'installation d'Oreiller avec Mac OS X Mavericks (10.9.1)

Je suis en train d'installer Oreiller en suivant les instructions:

http://pillow.readthedocs.org/en/latest/installation.html#mac-os-x-installation

Le problème est que je suis d'erreur avec python -c 'from PIL import Image.

 python -c "from PIL import Image"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/Library/Python/2.7/site-packages/PIL/Image.py", line 53, in <module>
    from PIL import _imaging as core
ImportError: dlopen(/Library/Python/2.7/site-packages/PIL/_imaging.so, 2): 
             Symbol not found: _jpeg_resync_to_restart
  Referenced from: /Library/Python/2.7/site-packages/PIL/_imaging.so
  Expected in: flat namespace
 in /Library/Python/2.7/site-packages/PIL/_imaging.so

Le message dit _jpeg_resync_to_restart est pas trouvé, j'ai cherché sur google pour essayer de résoudre ce problème comme suit:

  1. Utilisation brew pour installer Pillow: https://github.com/Homebrew/homebrew-python
  2. Installer libjpeg et installer à partir de la source: http://www.thetoryparty.com/2010/08/31/pil-on-snow-leopard-_jpeg_resync_to_restart-error/

Cependant, rien ne fonctionne. Est-il possible de l'installer Oreiller sur Mavericks? J'utilise Python 2.7: la valeur par défaut de l'interpréteur python.

OriginalL'auteur prosseek | 2014-02-18