RE: [cx-oracle-users] OCI.DLL cannot be found ?
Brought to you by:
atuining
From: Nik B. <Nik...@pe...> - 2004-09-27 07:11:47
|
Hi, > I got the "standard" errormessage under WinXP : >=20 > >>> import cx_Oracle > Traceback (most recent call last): > File "<pyshell#6>", line 1, in ? > import cx_Oracle > ImportError: DLL load failed: La proc=E9dure sp=E9cifi=E9e est = introuvable.=20 > (the specified procedure cannot be found). Is there only one OCI.DLL in the system path? I've seen this error on installs with multiple Oracle installs, where the ORACLE_HOME is set "incorrectly" (e.g. set to 8.1.7 with a 9i Oracle_cx install).=20 If there are, try manually inserting a directory into the front of the = path and then trying each one turn. Hope this helps... Nick Barron |