python调dll时报FileNotFoundError: Could not find module ‘xxx.dll‘(or one of its dependencies)的解决方案
如题所述,在windows下,python调用dll文件时,无论是使用ctypes.cdll.LoadLibrary(`xxx.dll`),还是使用ctypes.CDLL('xxx.dll'),均报如下错误:FileNotFoundError:Couldnotfindmodule‘xxx.dll’(oroneofitsdependencies).Tryusingthefullpathwithcon