Hi I am trying to connect to an Oracle Database using pycharm as my IDE. I've downloaded and installed the cx_oracle from https://pypi.python.org/pypi/cx_Oracle/5.3
However when I try to run:
import cx_Oracle, I receive an import error, and am completely stuck as to what to do next. Any help will be appreciated.
