Re: [Pythonmac-SIG] Compiling cx_Oracle

2007-07-27 Thread Nehemiah Dacres
make sure orical sin't more than you need. the reason sql light is the standard python database is the same reason Tk is the standard gui toolkit. they are light weight, ultra portable, and do most of what u need ___ Pythonmac-SIG maillist - Pythonmac-S

Re: [Pythonmac-SIG] Compiling cx_Oracle

2007-07-26 Thread William Kyngesburye
Ah, Oracle. Last I checked, the OCI libraries are PPC-only. You will not be able link Intel OSX software to them. Unfortunately, there seems to be little chance that Oracle will update any of their software for Intel OSX any time soon, if at all. On Jul 26, 2007, at 10:36 PM, stv wrote:

[Pythonmac-SIG] Compiling cx_Oracle

2007-07-26 Thread stv
I am trying to compile cx_Oracle for my Intel Mac 10.4.9 / Python 2.4.4 installation, but when I import the compile .so file I get ImportError: Failure linking new module (Detail below). I have the Oracle instant client installed, including the SDK package for the header files. In order to pacify