Skip to content Skip to sidebar Skip to footer
Showing posts with the label Mingw

Python Extensions For Win64 Via Gcc

Has anyone had any luck with compiling 64-bit Python extension modules for Windows using mingw64? … Read more Python Extensions For Win64 Via Gcc

'easy_install -u Cython' Fails Complaining About Vcvarsall.bat And -mno-cygwin

Under Windows, it seems that easy_install with a C dependency isn't very easy. Attempt 1 - vcva… Read more 'easy_install -u Cython' Fails Complaining About Vcvarsall.bat And -mno-cygwin

Python Xdecref Failing On 64bit Mingw

I am calling a python method from C using the following code: #include 'Python.h' char *fi… Read more Python Xdecref Failing On 64bit Mingw