[Image-SIG] Python C API mismatch

Anthony Baxter Anthony Baxter <anthony@interlink.com.au>
Fri, 16 Nov 2001 14:39:50 +1100


>>> Terry Hancock wrote
> I guess this means that the imaging module identifies
> itself as using the 1009 API, and the newer Python
> (2.1.1) recognizes the difference.  Therefore, I would
> expect that recompiling alone would not be enough --
> I'd have to find and change the reference to the API.

No, it means it was compiled with 1009. Recompiling will fix it.
You should recompile. The API version number changes for a reason.

Anthony