簡體   English   中英

Oracle和Python-cx_Oracle DLL加載失敗

[英]Oracle and Python - cx_Oracle DLL load failed

正確,我在計算機上安裝了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)

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM