1

对,我的机器上安装了 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.

有什么想法可以解决这个问题吗?

保罗

4

1 回答 1

1

好的,看来我需要安装oracle 10g的客户端版本。现在一切都解决了:o)

于 2011-02-17T09:59:32.883 回答