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
For what it's worth, I tried with the same script using the new 2.4.4
universal python and 1.1.5 pythonmac version of PIL. And that
works. So, I'm not going to fuss with it anymore for my own sake,
but would be happy to try to track down the bug if some maintainer
type is interested.
It
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: