Posted on May 31, 2008 at 2:16 pm
Building Python Extensions on Win32 with MS VC++ 2008 Express
These days, I’m mostly working on linux and I haven’t had to use the Microsoft dev tools for a long time. I’m using Vista on my new laptop. Yesterday, I had to install pycrypto from source on Windows. The only compiler I had was MinGW, which doesn’t quite cut it with distutils. I figured that [...]