Re: [Pythonmac-SIG] binary extension portability

2005-05-29 Thread Michael Hudson
has <[EMAIL PROTECTED]> writes: > Bob wrote: > >>>One more question: am I right in thinking that extension binaries >>>aren't portable between major Python versions, e.g. an .so file >>>built under Python 2.3 won't work on Python 2.4 and vice-versa? >> >>Correct, binary extensions are not portable

Re: [Pythonmac-SIG] binary extension portability

2005-05-28 Thread has
Bob wrote: >>One more question: am I right in thinking that extension binaries aren't >>portable between major Python versions, e.g. an .so file built under Python >>2.3 won't work on Python 2.4 and vice-versa? > >Correct, binary extensions are not portable between major Python versions on >ANY

Re: [Pythonmac-SIG] binary extension portability

2005-05-28 Thread Bob Ippolito
On May 28, 2005, at 5:18 AM, has wrote: > One more question: am I right in thinking that extension binaries > aren't portable between major Python versions, e.g. an .so file > built under Python 2.3 won't work on Python 2.4 and vice-versa? Correct, binary extensions are not portable between

[Pythonmac-SIG] binary extension portability

2005-05-28 Thread has
Hi folks, One more question: am I right in thinking that extension binaries aren't portable between major Python versions, e.g. an .so file built under Python 2.3 won't work on Python 2.4 and vice-versa? Thanks, has -- http://freespace.virgin.net/hamish.sanderson/