Python导入cx\U Oracle导入错误:DLL加载失败:找不到指定的模块

Python导入cx\U Oracle导入错误:DLL加载失败:找不到指定的模块,python,oracle,cx-oracle,Python,Oracle,Cx Oracle,我已经在Django Framewrok(Python)中安装了用于连接Oracle的cx_Oracle。 我已安装以下设备: Python 3.4.1(32位) cx_Oracle-5.1.2-11g.win32-py3.3(32位) Oracle 11.2.0.2服务器(32位) 我设置了环境变量ORACLE\u HOME=“C:\oraclexe\app\ORACLE\product\11.2.0\server\bin”(我的路径) 在命令提示符中,我写了以下几行: Python

我已经在Django Framewrok(Python)中安装了用于连接Oracle的cx_Oracle。
我已安装以下设备:

  • Python 3.4.1(32位)
  • cx_Oracle-5.1.2-11g.win32-py3.3(32位)
  • Oracle 11.2.0.2服务器(32位)
  • 我设置了环境变量ORACLE\u HOME=“C:\oraclexe\app\ORACLE\product\11.2.0\server\bin”(我的路径)

    在命令提示符中,我写了以下几行:

    Python import cx_Oracle 但它显示了一种恐惧:

    Traceback (most recent call last): File "stdin", line 1, in module ImportError: DLL load failed: The specified module could not be found.
    我不确定这是否相关,您使用的是py3.4.1,但cx_oracle版本是py3.3,您不应该使用cx_oraclc for py3.4吗?cx_oracle for py3.4几天前还没有发布,我也遇到了同样的问题。我所做的是卸载所有软件包和python并重新安装它。神奇的是,它可以复制