我在安裝Python 3.4的ibm_db軟件包時,遇到了一些困難,無法在32位Windows虛擬服務器上安裝。我已經嘗試了easy_install,pip,並手動安裝pacakge。當我用PIP安裝我能夠引用包與進口IBM_DB,但我不能夠使用它沒有得到以下錯誤:當我使用的easy_install我無法參考使用導入庫IBM_DB軟件包安裝Python 3.4
Traceback (most recent call last):
File "C:/Python34/Lib/site-packages/ibm_db-2.0.6-py3.4.egg/ibm_db.py", line 10, in <module>
__bootstrap__()
File "C:/Python34/Lib/site-packages/ibm_db-2.0.6-py3.4.egg/ibm_db.py", line 9, in __bootstrap__
imp.load_dynamic(__name__,__file__)
ImportError: DLL load failed: The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.
IBM_DB。我想知道是否有一個簡單的解決方案。