You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed in v.2.0.2.
Although I consider the solution from IBM rather as a workaround, I've implemented it in the Database Library.
If running on Windows and with ibm_db or ibm_db_dbi module, the library determines current installation path of the module, adds clidriver/bin to it and adds the result to list of DLL's using os.add_dll_directory.
The library works fine with ibm_db 3.1.4, but returns an error with ibm_db 3.2.0 and newer -
ImportError: DLL load failed while importing ibm_db
.This is a known windows specific issue - ibmdb/python-ibmdb#887
The solution offered by IBM is to manually add the CLI driver path to the list of DLL libs:
The text was updated successfully, but these errors were encountered: