kmclassdll icon indicating copy to clipboard operation
kmclassdll copied to clipboard

driver = CDLL(dll_path) 报错:找不到文件

Open sontiq opened this issue 3 years ago • 1 comments

driver = CDLL(dll_path) 报错: FileNotFoundError: Could not find module 'D:\kmclass\kmclassdll.dll' (or one of its dependencies). Try using the full path with constructor syntax.

已经用 os.path.exists() 验证过路径是正确的。 python版本是3.10.2 请问 kmclassdll.dll 是否有依赖其它DLL文件? 是否运行python 3.10

sontiq avatar May 12 '22 03:05 sontiq

同问

xusandai avatar Jan 25 '23 14:01 xusandai