Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

python importerror no module named zope.interface twisted

I am new in python.I installed "scrapy" but it giving error "importerror no module named zope.interface twisted".Please help me.

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

like image 948
Saki Make Avatar asked Nov 05 '22 05:11

Saki Make


1 Answers

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

like image 173
Pär Wieslander Avatar answered Nov 09 '22 14:11

Pär Wieslander