我试图导入 cx_Oracle 并输出错误
ImportError: DLL load failed: The specified module could not be found
我在带有 python 2.7 和 cx_Oracle 5.1 的 win 2003 服务器上执行此操作,从 .msi 安装。Oracle 10g(3 个实例)存在于同一台服务器上。查看其他问题,我已经验证设置了 ORACLE_HOME,并且还设置了 bin dir 的路径。
我错过了什么?
在 cx_oracle 库上使用(Dependency Walker)应该可以非常快速地清楚缺少什么。
如果你不能使用它,一个典型的猜测是 oracle 客户端库 oraclntsh 不可访问。