[Pythonmac-SIG] Re: Extension module binary compatibility
John Ehresman
jpe@wingide.com
20 Feb 2003 15:16:25 -0500
Hi again,
I've had a chance to do further testing and it looks like an extension
module built against the Python framework will not work with an
non-framework interpreter if the framework directory is not present.
This means that there probably isn't a way to support the two 2.2
variants with a single extension module file.
Is there a way to definitively tell if an interpreter was built with a
framework? Also, what happens if an interpreter is built with another
framework name?
Thanks,
John
On Thu, 2003-02-13 at 15:58, John Ehresman wrote:
> Hi,
>
> Can extension modules built with python2.2 w/ --enable-framework work
> with a python built without --enable-framework? I've been trying to go
> through the mail archives and I thought the answer was no, but I just
> tried it and it seems to work.
>
> Also are there any binary incompatibilities between 2.2.0, 2.2.1, and
> 2.2.2?
>
> Thanks,
>
> John
>
>