cx_Oracle note
Install on win7
Install cx_Oracle
When install cx_Oralce on Win7,get error msg said need Python Version 3.4 above. I already have winpython on it. So I have to user regedit modify the reg:
-
some software like cx_oracel need :HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.7\InstallPath
-
some others need:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Python\PythonCore\2.7\InstallPath
Install oracle instantclient
- download instantclient from oracle website
- Get oci.dll,oraocci11.dll,oraociei11.dll from the downloaded zip file,then put it into $python_path/Lib/site-packages/