Oracle和Python - cx_Oracle DLL加载失败

时间:2011-02-17 09:11:29

标签: python oracle oracle10g cx-oracle

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

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

1 个答案:

答案 0 :(得分:1)

好吧,好像我需要安装oracle 10g的客户端版本。现在一切都已修好:o)