python - PIL ImportError with Image -


i having trouble pil import image. have pillow installed. when try pil import image gives following error.

>>> pil import image  traceback (most recent call last):   file "<stdin>", line 1, in <module>   file "/library/frameworks/python.framework/versions/7.1/lib/python2.7/site-packages/pillow-2.5.2-py2.7-macosx-10.5-i386.egg/pil/image.py", line 61, in <module>     pil import _imaging core importerror: dlopen(/library/frameworks/python.framework/versions/7.1/lib/python2.7/site-packages/pillow-2.5.2-py2.7-macosx-10.5-i386.egg/pil/_imaging.so, 2): symbol not found: _tiffclientopen   referenced from: /library/frameworks/python.framework/versions/7.1/lib/python2.7/site-packages/pillow-2.5.2-py2.7-macosx-10.5-i386.egg/pil/_imaging.so   expected in: flat namespace  in /library/frameworks/python.framework/versions/7.1/lib/python2.7/site-packages/pillow-2.5.2-py2.7-macosx-10.5-i386.egg/pil/_imaging.so 


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -