i want to make this work on freebsd
I am always receiving this error when trying to generate a thumbnail with the easy_thumbnails module:
InvalidImageFormatError: The source file does not appear to be an image
- I have tried installing PIL from source by specifying the library paths in the setup.py file
I have tried installing PILLOW instead.
I tried it both on python27 and python26
I tried installing PIL with easy install instead of pip, both on PILLOW and PIL
I have py-imaging installed and my tests on the PIL library show ok
btw the exact python code works fine on a RHEL box
any other suggestions for things to try here
thank you in advance