[Numpy-discussion] numpy-1.0b3 under windows

Travis Oliphant oliphant.travis at ieee.org
Thu Aug 24 12:22:29 EDT 2006


Frank Conradie wrote:
> Thanks Travis - that did the trick. Is this an issue specifically with 
> mingw and Windows?
>
Yes,  I keep forgetting that Python functions are not necessarily 
defined at compile time on Windows.  It may also be a problem with MSVC 
on Windows but I'm not sure. 

The real fix is now in SVN where these function pointers are initialized 
before calling PyType_Ready

-Travis





More information about the NumPy-Discussion mailing list