I spent the last 2 days trying to run examples from Boost.Python with the error "Error loading ImportError: DLL: the specified module was not found" while trying to load compiled (using bjam) pyd modules. I used Windows 7 x64, Python 2.7 x64 with Boost 1.47. I tracked various responses to StackOverflow and other sites, including. fresh installations (Python 32 and 64 bit, Boost precompiled), a guide to creating Boost libraries, checking DLLs using the dependency walker, etc., without any luck. I registered to share the solution that worked here and which I hope can help someone struggling with the same error;)
source
share