show/hide this revision's text 2 added 5 characters in body

I have a C extension module and it would be nice to distribute built binaries. Setuptools makes it easy to build extensions modules on OS X and GNU/Linux, since they those OSs come with GCC, but I don't know how to do it in Windows.

Would I need to buy a copy of Visual Studio, or does Visual Studio Express work? Can I just use Cygwin or MinGW?

show/hide this revision's text 1

Building Python C extension modules for Windows

I have a C extension module and it would be nice to distribute built binaries. Setuptools makes it easy to build extensions modules on OS X and GNU/Linux, since they come with GCC, but I don't know how to do it in Windows.

Would I need to buy a copy of Visual Studio, or does Visual Studio Express work? Can I just use Cygwin or MinGW?