Log in |
building Python modules on MS Windows platform with mingw32excellent distutils module (included with python 2.0) made it very easy to build python extension modules both on posix and win32 platforms. the problem is that Python binary distributions for MS Windows do not include import libraries for popular gcc based tools: cygwin and mingw32 the good thing is that it is quite easy to make these libraries yourself. you will need:
to build an import library:
this file contains the .def file made for python 2.0 and import library built with mingw32 gcc-2.95.2 |