我已经在Django Framewrok(Python)中为Oracle连接安装了cx_Oracle 我安装了以下内容:
我设置了环境变量ORACLE_HOME =" C:\ oraclexe \ app \ oracle \ product \ 11.2.0 \ server \ bin"(我的路径)
在命令提示符中,我写了以下几行:
Python
import cx_Oracle
但它显示了一个ImportError:
Traceback (most recent call last):
File "stdin", line 1, in module
ImportError: DLL load failed: The specified module could not be found.