PIL: loading _imaging fails allthough it s there

Levente Sandor sandorlevi at yahoo.com
Mon Jan 20 16:05:25 EST 2003


"meinrad recheis" <meinrad.recheis at aon.at> wrote in message news:<b0f49t$iig$1 at news.tuwien.ac.at>...
> I am using Python23 on Win2k and py22b1-pil-1.1.2-20011022.exe

You are trying to use a PIL package compiled for the 2.2 version with
Python 2.3, which aren't binary compatible between them. Note that
Python 2.3 is in alpha stage, so it might be difficult to find an
already updated third-party module for it.
You may try to compile it yourself, or you can download Python 2.2 and
get the PIL package for that version.

----
levi




More information about the Python-list mailing list