PIL- error message- cannot open libtiff.so.3

Fredrik Lundh fredrik at pythonware.com
Fri Nov 11 15:23:26 EST 2005


Tuvas wrote:

> I got it from the PIL website, version 1.1.5. I guess it's possible
> that there's another library Image on the computer that it could be
> confusing? I'm looking for new things. Thanks!

afaik, there are no unix binaries on the PIL website.  did you build
it yourself, from source code?  what modifications did you do to the
setup.py file?  what happens if you do

    $ python
    >>> import _imaging
    >>> import _imagingtiff

?

</F>






More information about the Python-list mailing list