ImportError: DLL load failed: %1 不是有效的 Win32 应用程序。
win7: 64位
python2.7:64位
cx_Oracle:32位
Orale client 如下
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
PL/SQL Release 10.2.0.1.0 - Production
CORE 10.2.0.1.0 Production
TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
NLSRTL Version 10.2.0.1.0 - Production
在python下输入:
import cx_Oracle
Traceback (most recent call last):
File "<pyshell#2>", line 1, in <module>
import cx_Oracle
ImportError: DLL load failed: %1 不是有效的 Win32 应用程序。
这是什么问题,怎么解决???