Cannot import .pyd generated using Boost.Python on Windows XP using Mingw
July 28, 2011
9:37 p.m.
Hi, I tried building the hello world tutorial example using bjam and it seemed to pass the tests - the generated hello.output file contains:
hello, world
EXIT STATUS: 0
However when I copy the resulting hello_ext.pyd to the Python DLL directory and try to
import hello_ext
within Python, I get the message "ImportError: DLL load failed: The specified module could not be found." How do I fix this? Thanks, Richard.
5337
Age (days ago)
5337
Last active (days ago)
0 comments
1 participants
participants (1)
-
Richard Starfield