正确,我在计算机上安装了Python 2.6.2,我希望访问同一网络(不是本地计算机)上的Oracle 10g(准确地说是10.2.0.1.0)实例
我已经从安装了cx_Oracle模块v5.0.4
http://prdownloads.sourceforge.net/cx-oracle/cx_Oracle-5.0.4-10g.win32-py2.6.msi?download
但是,如果我加载python解释器,这就是我尝试导入cx_Oracle时得到的信息
>>> 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.
有什么想法可以解决吗?
保罗
最佳答案
好的,看来我需要安装oracle 10g的客户端版本。现在都固定了:o)