I am trying to install M2Crypto on Python26 on Windows, but I am getting the following error.
error : command "swig.exe" failed: no such file or directory
This error occurs when using the "Easy Install" or "PIP Install" command. Runs the log:
running build
running build_py
running build_ext
building 'M2Crypto extension .__ m2crypto'
swigging SWIG / _m2crypto.i for SWIG / _m2crypto_wrap.c
swig.exe -python -IC: \ Python26 \ include -IC: \ Python26 \ PC -Ic: \ pkg \ include -includeall -o SWIG / _m2crypto_wrap.c SWIG / _m2crypto.i
Error: command 'swig.exe' failed: there is no such file or directory
Any help?
source share