How might I access Oracle from Python? I have also downloaded a cx_Oracle MSI installer, however, Python can't import the library.
I get the accompanying error:
import cx_Oracle
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
import cx_Oracle
ImportError: DLL load failed: The specified module could not be found.
Can anyone please help me.