InterfaceError: Unable to acquire Oracle environment handle; ORACLE_HOME is correct and SQL*Plus will connect

前端 未结 5 913
长发绾君心
长发绾君心 2021-01-04 09:31

I\'m getting the standard \"DLL load failed; module not found\" error when trying to import cx_Oracle. I have the proper instant client installed, the paths are all correct

5条回答
  •  天命终不由人
    2021-01-04 10:28

    Maybe you can copy all files with '.dll' extension to the installation path of Python like '%python_home%\Lib\site-packages'.

提交回复
热议问题