由于各种原因,在二进制和cx_Oracle
安装尝试失败后,我使用Python3.4
在Windows 7 64-bit
上为easy_install
安装了pip
。安装后,我得到了一个看似成功的确认:
Installed d:\homex\sftwr\python3.4\lib\site-packages\cx_oracle-5.1.3-py3.4-win32.egg
Processing dependencies for cx-Oracle
Finished processing dependencies for cx-Oracle
但是,当我尝试在我的脚本(import cx_Oracle
)中使用它时,我收到以下错误:
Traceback (most recent call last):
File "process_office_headcounts.py", line 5, in <module>
import cx_Oracle
ImportError: DLL load failed: %1 is not a valid Win32 application.
可能有什么不对?我一直在努力从Python开始Oracle
访问。