After upgrading to El Capitan. cx_oracle now appears to have broken.
prior to upgrading my environment worked fine. Now I get the message indicating problems with DYLD_LIBRARY_PATH.
python WaitTime.py
Traceback (most recent call last):
File "WaitTime.py", line 5, in <module>
import cx_Oracle
ImportError: dlopen(/Library/Python/2.7/site-packages/cx_Oracle.so, 2): Library not loaded: /ade/b/2649109290/oracle/rdbms/lib/libclntsh.dylib.11.1
Referenced from: /Library/Python/2.7/site-packages/cx_Oracle.so
Reason: image not found
previously it worked flawlessly… Sqlplus and jdbc_oci still work.
reinstall of cx_oracle doesn’t make any difference.
Sent with Unibox
|