I just downloaded cx_Oracle on its homepage (http://cx-oracle.sourceforge.net/) and installed it with defaults.
However when I go to my Python console it has the errors like this:
>>> import cx_Oracle
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named cx_Oracle
My settings: OraClient11g and Python 2.7, Win 7
As I am new to both Python and Oracle, I don't really understand some of the helps online which are mostly written for Linux.
Could anyone please advise how should I adjust the whole thing?
Thanks in advance.