Python 3.1 cx_Oracle 5.0.2 "ImportError: DLL load failed: The specified module could not be found."

Neil Hodgson nyamatongwe+thunder at gmail.com
Thu Nov 19 03:57:05 EST 2009


André:

> Apparently the error is caused by cx_Oracle not being able to find the
> Oracle client DLLs (oci.dll and others). The client home path and the
> client home path bin directory are in the PATH System Variable and
> oci.dll is there.

   Open the cx_Oracle extension with Dependency Walker
(http://www.dependencywalker.com/) to get a better idea about what the
problem is in more detail.

   Neil



More information about the Python-list mailing list