From: Travis O. <oli...@ie...> - 2006-08-24 16:22:32
|
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 |