Thank you for the troubleshooting technique! I am still getting oriented with Python. Sadly, this did not reveal anything telling. I ran this command as root and as the user who will be running it. I ran from the Imaging build directory, from the directory in which the script is located and from the user's home directory. All came back with the same path to the library file:

/usr/local/lib/python2.7/site-packages/PIL/_imaging.so

This is what I would expect when things are working correctly.

Is there anything else I can check?

Thanks for your help.
Adam



On 1/7/2011 3:33 PM, Fredrik Lundh wrote:
python -c "import _imaging; print _imaging.__file__"
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to