标签:适应 变量 python dll 添加 网上 运行 for http
我们知道,Python使用cx_Oracle连接oracle的两个步骤是:
1、先安装cx-Oracle包(我这里后来安装的是cx_Oracle-7.3.0版本).地址:http://cx-oracle.sourceforge.net/
2、下载Oracle客户端instantclient-basic-win64-12.rar(我的电脑是64位,12是版本,还有11、10等),解压后将oci.dll所在绝对路径添加到环境变量中。
运行代码出现异常:import cx_Oracle ImportError: DLL load failed: 找不到指定的模块。
百度解决方案:
问题总结:
安装的cx-Oracle版本需要与instantclient版本适应。
import cx_Oracle ImportError: DLL load failed: 找不到指定的模块。
标签:适应 变量 python dll 添加 网上 运行 for http
原文地址:https://www.cnblogs.com/We612/p/12777459.html