[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

Re: [Pythonmac-SIG] PIL (1.1.6) working with py2app on intel macs?

2007-07-26 Thread Dav Clark
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

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: