After that, I tried to import jcc but I get this error: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "jcc\__init__.py", line 29, in <module> from _jcc import initVM ImportError: No module named _jcc any ideas? It looks installed perfectly bu...
line 34, in [Fri Aug 10 13:03:45 2012] [error] [client 127.0.0.1] from _jcc import initVM [Fri Aug 10 13:03:45 2012] [error] [client 127.0.0.1] ImportError: DLL load failed: The specified module could not be found.
DPI-1047: Cannot locate a 64-bit Oracle Client library:"The specified module could not be found". See https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.htmlforhelp 二、解决方法 主要原因是cx_Oracle在导入后,需要找到oracle的本地客户端。下载一个临时的 1、先查询oracle数据库的版...