Hello everyone, 1. I installed Oracle client on my linux x86_64 machine. 2. Set oracle home and LD_LIBRARY_PATH 3. Installed cx_oracle using rpm for python 2.5 -> It's installed and the following file exists: /usr/local/lib/python2.5/site-packages/cx_Oracle.so -> When I run python -c 'import cx_Oracle' it returns the following error: ImportError: /usr/local/lib/python2.5/site-packages/cx_Oracle.so: cannot open shared object file: No such file or directory
path /usr/local/lib/python2.5/site-packages is included in sys.path list Any comment?
-- http://mail.python.org/mailman/listinfo/python-list