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

Embed Python Code In C++ (windows + Mingw + Python 2.7.2 + Eclipse)

I'm trying to embed python code in C++ (Windows 7 + minGW + Python 2.7.2 + Eclipse Indigo with … Read more Embed Python Code In C++ (windows + Mingw + Python 2.7.2 + Eclipse)

Cannot Link Boost.python With Mingw

I have already build boost.python lib by mingw,Got two lib files: libboost_python-mgw45-mt-1_46_1.… Read more Cannot Link Boost.python With Mingw

'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

Nuitka On Windows

Having problems to compile hello-world.py using Nuitka on windows. The command I am using is: nuit… Read more Nuitka On Windows