Cx_oracle Install Windows 7


Cx_Oracle 5. Hawker Siddeley Hs 748 Pdf Printer on this page. 3. Python interface to Oracle. Latest Version: 6.1. Python interface to Oracle Database conforming to the Python DB API 2.0 specification. See http://www.python.org/topics/database/DatabaseAPI-2.0.html. Step 1-download and install Python for 64-bit Windows. -go to URL: -scoll down the list until you see Python 2.7.1 - 2010-11-27. Step 2-download and install the Oracle driver for Python called cx_Oracle. -go to URL: https://pypi.python.org/pypi/cx_Oracle/5.1.3.
I was able to fix this on Windows 7 64-bit running Python 3.4.3 by running the 'set' command at a command prompt to determine the existing Visual Studio tools environment variable; in my case it was VS140COMNTOOLS for Visual Studio Community 2015. Then run the following (substituting the variable on the right-hand side if yours has a different name): set VS100COMNTOOLS=%VS140COMNTOOLS% This allowed me to install the PyCrypto module that was previously giving me the same error as the OP. For a more permanent solution, add this environment variable to your Windows environment via Control Panel ('Edit the system environment variables'), though you might need to use the actual path instead of the variable substitution.