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 modules may work in 2.3) but there's no way you can use a 1.5 .pyd with Python >= 2.2. As far as I know. -- http://mail.python.org/mailman/listinfo/python-list