[Numpy-discussion] numpy failure under Windows Vista 64 bit

David Cournapeau david at ar.media.kyoto-u.ac.jp
Tue May 19 13:02:42 EDT 2009


Klaus Noekel wrote:
> I doubt that the DLL was not physically present and rather suspect a 
> dependency on some other DLL that was missing. The INSTALL.TXT 
> unfortunately was not helpful. Can anybody please explain what other 
> dependencies exist? Anything else I need to install?
>   

This exact problem is specific to IDLE - I don't know what triggers it.
Today, the best solution for a 64 bits numpy on windows is to built it
yourself with MS compilers - the distributed one is built with mingw
compilers, and there still seems to be some stability problems with
those. Unfortunately, as the mingw debugger does not work either on 64
bits archs, finding the problem is quite hard.

cheers,

David



More information about the NumPy-Discussion mailing list