I have an error every time I try to show an image with PIL. I use a function
something like this.

pic=Image.open("test.jpg")
pic.show()

What happens is there's an error report as follows:
xv: error while loading shared libraries: libtiff.so.3: cannot open shared
object file: No such file or directory

I know that PIL doesn't use the TIFF library, so, what's happening? I downloaded
PIL directly from the website, and compiled it using Debian Linux. Any help is
greatly appreciate! Thanks!

_______________________________________________
Image-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to