PIL 1.0 bugs? (TIFF, Image)

Fredrik Lundh fredrik at pythonware.com
Wed Jan 12 07:35:13 EST 2000


Robert <soundhack at hotmail.com> wrote:
> looking at the code, apparently the plugin assumes that the SOURCEFORMAT tag
> is a scalar.
> again looking at the traceback, there was a problem in the _getdecoder and
> _getencoder "codec factories", specifically an apply call.

sounds like you're using different versions of
the PIL Python library and the _imaging module.

since there is no thing called SOURCEFORMAT
in the 1.0 release, you're probably using old
python files with a new _imaging module.

better check your installation.

</F>





More information about the Python-list mailing list