Re: [cx-oracle-users] Import Error cx_Oracle
Brought to you by:
atuining
From: Amaury F. d'A. <ama...@gm...> - 2010-05-31 15:33:22
|
Hi, 2010/5/31 Gerardo Berbeglia <gbe...@gm...>: > Hello, i have just installed cx_Oracle (in windows) and the following > error appears when python wants to import the library cx_Oracle: > > File "C:\Python26\cx_Oracle-doc\samples\examples\test.py", line 1, in > <module> import cx_Oracle > ImportError: DLL load failed: The specified module could not be found. > > I hope someone can help me with this. Thanks in advance! > > source code: > import cx_Oracle > print "hola" You must have an Oracle Client software installed on your machine, and the PATH environment variable must contain its "bin" subdirectory. -- Amaury Forgeot d'Arc |