David Duerrenmatt wrote:
> Is there a way to use old pyd files (Python 1.5.2) with a newer version
> of Python without recompiling them?
>
> Because the source code is not available anymore, I'm wondering whether
> it's possible or not to change few bytes with a hex editor (version
> number?). I'd
David Duerrenmatt a écrit :
> Is there a way to use old pyd files (Python 1.5.2) with a newer version
> of Python without recompiling them?
No. In general, incrementing the middle version number means that the
Python C API has changed in an incompatible manner. There are some
exceptions (2.2 mo
David Duerrenmatt wrote:
> Is there a way to use old pyd files (Python 1.5.2) with a newer version
> of Python without recompiling them?
> Because the source code is not available anymore, I'm wondering whether
> it's possible or not to change few bytes with a hex editor (version
> number?). I'd
Is there a way to use old pyd files (Python 1.5.2) with a newer version
of Python without recompiling them?
Because the source code is not available anymore, I'm wondering whether
it's possible or not to change few bytes with a hex editor (version
number?). I'd like to give it a try since the modu