我正在嘗試在Windows XP平臺上安裝M2Crypto。我的Python,easy_install的和SWIG安裝,但是當我試圖easy_install M2Crypto
我得到如下:easy_install M2Crypto在Windows平臺上失敗
SWIG\_m2crypto.i(31) : Error: Unable to find 'openssl\opensslv.h'
SWIG\_m2crypto.i(45) : Error: Unable to find 'openssl\safestack.h'
SWIG\_evp.i(12) : Error: Unable to find 'openssl\opensslconf.h'
SWIG\_ec.i(7) : Error: Unable to find 'openssl\opensslconf.h'
error: Setup script exited with error: command 'swig.exe' failed with exit status 1
我看過其他地方,人們已經提出easy_install openssl-devel
,但只是告訴我,有沒有與發現包名稱。名稱可能區分大小寫(我嘗試了各種排列而沒有成功),還是這個建議不適用於Windows?
我不是M2Crypto的替代軟件。我選擇了一些現有的使用它的代碼,所以我需要讓我的開發環境能夠運行已經寫好的代碼。
我還應該提到這是Python 2.7。 –
您也可以從這裏下載並安裝M2Crypto的預編譯版本:http://chandlerproject.org/Projects/MeTooCrypto – AlexandruC