Basically it seems to work, and the 'mingw' from conda defaults does not (hangs on "searching for Python27.dll")
Recently we started getting this warning after compiling with compiler=mingw32 and calling pyximport
```
"unknown conversion type 'z' in format"
```
It seems a whole host of other people report this, with no clear solution.
I am not sure that we are using mingwpy in the right way.
Is there another option for `compiler=`
Basically we need something that has `complex.h`, which the Windows one does not.