You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: