Tuesday, August 31, 2010

PIL on 10.6 = PAIN

Howdy!

I have been working with Django/Pinax on a 10.6.4 system with python
2.6.6 and have had no luck getting PIL to work. I have looked through
about 10-15 paged including ones listed on this group with no results.
Currently the error I am getting is:
The _imaging C module is not installed

I have verified _imaging.so is in the file system. So it seems like a
syspath issue. I tried verifying that in the python prompt:

>>> import _imaging
dlopen("/opt/local/Library/Frameworks/Python.framework/Versions/2.6/
lib/python2.6/site-packages/PIL/_imaging.so", 2);
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/
Versions/2.6/lib/python2.6/site-packages/PIL/_imaging.so, 2): Symbol
not found: _jpeg_resync_to_restart
Referenced from: /opt/local/Library/Frameworks/Python.framework/
Versions/2.6/lib/python2.6/site-packages/PIL/_imaging.so
Expected in: flat namespace
in /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/PIL/_imaging.so

Any help would be greatly appreciated, too many hours stuck on this
with no results.. :-(

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment