import cx_Oracle 错误: ImportError: DLL load failed: %1 不是有效的 Win32 应用程序。(暂未解决)

安装 cx_Oracle-5.1.2-10g.win32-py2.7.msi

错误如下:

>>> import cx_Oracle
Traceback (most recent call last):
  File "", line 1, in
ImportError: DLL load failed: %1 不是有效的 Win32 应用程序。

 
系统环境:
Windows 8.1 64位
Python2.7.9 64位
cx_Oracle: cx_Oracle-5.1.2-10g.win32-py2.7.msi
 
python终端报错:
>>> import cx_Oracle
Traceback (most recent call last):
  File "", line 1, in
ImportError: DLL load failed: %1 不是有效的 Win32 应用程序。

你可能感兴趣的:(Python)