Extensions in windows.

Michel Van den Bergh vdbergh at luc.ac.be
Fri Jan 11 07:47:19 EST 2002


Hello

I have a python application which uses an extension.
It works fine in Linux, but in Windows it only works for the exact
python
version it was compiled with (it complain about the version of
python.dll).

Is there a way to make extensions on Windows which are independent of
the python version, and if not, what is the best way to handle this
problem
in distutils? (I would like to include multiple versions of the same
extension).

Regards,
Michel




More information about the Python-list mailing list