[cx-oracle-users] Import Error cx_Oracle
Brought to you by:
atuining
From: Gerardo B. <gbe...@gm...> - 2010-05-31 15:16:08
|
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" |