开发者

python importerror no module named zope.interface twisted

I am new in python.I installed "scrapy" but i开发者_StackOverflow中文版t giving error "importerror no module named zope.interface twisted".Please help me.

Thanks in advance..........


Scrapy requires a few additional libraries, namely Twisted and libxml2 (and optionally pyopenssl and simplejson). The installation instructions describes how to install these libraries.


I had the same error after following the steps scrapy suggested, mainly using pip install Scrapy. In order to install some Scrapy dependencies you will need root permision, and my mistake was creating a virtualenv for my scrapy project. Maybe you will run into the same error after following the scrapy setup steps and using virtualenv. Just dont use virtualenv.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜