Reputation: 16325
I wanted to recompile PIL
after having installed libjpeg
because it threw the decoder jpeg not available
whenever I tried importing JPEG images.
So, I've downloaded libjpeg
, compiled it and installed it. Then I removed the ./build
folder from PIL's source cache, and recompiled it (using sudo python setup.py install
).
Now the selftest.py
thing is failing with *** The _imaging C module is not installed
. I have no idea what the issue is.
_imaging
module is importable-v
)Does anyone know what could be causing this? I'm on OS X Lion.
Upvotes: 0
Views: 681
Reputation: 176
What would I try:
Upvotes: 1