Python 2.7.9 (default, Dec 16 2014, 10:42:10)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-11)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ibm_db
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "ibm_db.py", line 7, in <module>
__bootstrap__()
File "ibm_db.py", line 6, in __bootstrap__
imp.load_dynamic(__name__,__file__)
ImportError: ibm_db_dlls\ibm_db.dll: cannot open shared object file: No such file or directory
The "slash" found in the path above is the wrong one. When I flip it from a back-slash to the front-slash (normal), the error moves to the ELF error below.
Oct 28 11:12 ibm_db32_py25.pyd
Oct 28 10:51 ibm_db32_py26.pyd
Oct 28 10:32 ibm_db32_py27.pyd
Oct 28 10:12 ibm_db32_py32.pyd
Oct 28 09:49 ibm_db32_py33.pyd
Oct 28 09:37 ibm_db32_py34.pyd
Oct 28 02:27 ibm_db64_py27.pyd
Oct 28 01:26 ibm_db64_py33.pyd
Oct 28 01:04 ibm_db64_py34.pyd
Any thoughts?
I am using the following "clidrivers"