最近,我安装了当前版本的 Python(x,y) 包(2.7.6.0),现在当我运行我的 python 代码时,它显示一个错误:
Traceback (most recent call last):
File "D:\Projects\comparison\Lagebestimmung\main.py", line 11, in <module>
import cv2
ImportError: DLL load failed: The specified procedure could not be found.
我在安装过程中正确选择了 opencv 模块。
此外,我以前在我的计算机中使用过旧版本的 Python(x,y),我在安装新版本之前将其卸载。在那个版本中,没有这样的问题。