I prefer using MinGW compiler for all libraries. To make it default building instrument there is an instruction (from boodebr.org)
To use the Cygwin/MinGW compiler when building Python module, create a file c:\frank\py25\lib\distutils\distutils.cfg:
[build]
compiler = mingw32
compiler = mingw32
Now just execute setup.py file on the module, and it will do the rest
No comments:
Post a Comment