我试图导入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目录的路径。
我错过了什么?
答案 0 :(得分:0)
在cx_oracle lib上使用(Dependency Walker)应该清楚地说明缺少的内容。
如果您不能使用它,典型的猜测是oracle客户端库oraclntsh无法访问。