标签: python c plugins python-c-extension
我正在研究在Windows上编译C ++ / python库,然后遇到一些DLL地狱。 C ++库由多个动态加载一个和另一个的DLL组成。还有一个基于swig的python包装器。
目前,在导入swigged python包时,我得到:ImportError: DLL load failed: The specified module could not be found.。
ImportError: DLL load failed: The specified module could not be found.
如何更详细地调试?例如,是否可以使用python报告无法加载哪个 DLL,或者尝试了哪些搜索路径?