0

Mac OS X 10.8.5 でクライアント ソフトウェアをダウンロードし、それを bash プロファイルに追加して、次のコマンドを実行しました。

easy_install cx_Oracle
Searching for cx-Oracle
Reading http://pypi.python.org/simple/cx_Oracle/
Reading http://cx-oracle.sourceforge.net
Reading http://starship.python.net/crew/atuining
Best match: cx-Oracle 5.1.2
Downloading http://prdownloads.sourceforge.net/cx-oracle/cx_Oracle-5.1.2.tar.gz?download
error: None

次に、次のスクリプトをテストしました。

import cx_Oracle
con = cx_Oracle.connect('user/pwd@mydatabase/orcl')
print con.version
con.close()

実行してヒットしました

Traceback (most recent call last):
File "sqlTest.py", line 1, in <module>
import cx_Oracle

何かご意見は?

4

1 に答える 1