cx_oracle
gita ziabari
gitaziabari at gmail.com
Tue Apr 21 17:04:49 EDT 2009
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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090421/2df121dc/attachment.html>
More information about the Python-list
mailing list