轻松安装cx_Oracle但仍无法找到模块

时间:2013-10-29 17:53:22

标签: python macos oracle bash

在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

有什么想法吗?

1 个答案:

答案 0 :(得分:0)

您必须下载并安装Oracle instantclient库(包括-dev)。这并不是那么容易,因为在MAC OSX上他们几年来都在使用任何应用程序。大约两个月前,Oracle发布了功能性MAC OSX驱动程序。你有哪个版本的InstantClient?你从哪里下载它?