PIL- error message- cannot open libtiff.so.3
Fredrik Lundh
fredrik at pythonware.com
Fri Nov 11 13:17:48 EST 2005
Tuvas wrote:
> Okay, so I've been getting this error message when trying to use PIL to
> open a JPEG, that there isn't a library by the name of libtiff.so.3 .
> I've been searching the documentation, there isn't any reference to
> this library. Also, I don't know why it's doing this as I'm trying to
> open a JPEG, and not a tiff. I tried with a .bmp with similar results.
sounds like someone has linked _imaging.so against the libtiff library.
what PIL version is this, and where did you get it ?
</F>
More information about the Python-list
mailing list