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
Post a Comment