Ive been able to compile Python 3.2 using VS2010, but have had no luck compiling numpy 1.6.2rc1, or even numpy1.7
I am able to compile both Python3.2 and Numpy using VS2008 for example (Both 32 and 64 bit)
Does anyone have any clues if numpy VS2010 is possible or even a more appropriate forum to search?
Thanks.
Rob
You can compile the numpy via MinGW & MinGW64, which using the same runtime as VC++.
I have upload a 64bit numpy 1.6.2 at SF.NET