One of the current causes of module installation error on Windows is the gcc version. If for example cygwin is installed on the box, the gcc used to compile will be the cygwin one (because cygwin dir is before strawberry one in PATH variable). after installing strawberry, modify the PATH variable to move strawberry directories first... and it works