我正在部署托管在Webfaction上的Django电子商务网站
我有一个与此帖子中概述的问题相同的地方:http : //community.webfaction.com/questions/1500/installing-m2crypto。
总而言之,无论使用下载的tarball还是easy_install-2.7 M2Crypto安装,安装都会失败,并吐出错误"unable to execute swig: No such file or directory"。
但是我按照最后一个问题的答案进行了比较,将tarbal与SVN进行了比较,结果似乎所有文件都存在。由于客户端限制,我被铐在M2Crypto上,因此我必须安装此软件。
我的错误消息与链接的错误略有不同:
Searching for M2Crypto
Reading http://pypi.python.org/simple/M2Crypto/
Best match: M2Crypto 0.21.1
Downloading http://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-0.21.1.tar.gz#md5=f93d8462ff7646397a9f77a2fe602d17
Processing M2Crypto-0.21.1.tar.gz
Running M2Crypto-0.21.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-XNqvUW/M2Crypto-0.21.1/egg-dist-tmp-TmSQt9
unable to execute swig: No such file or directory
error: Setup script exited with error: command 'swig' failed with exit status 1
有人对此有任何想法吗?
相关分类