Hi,
I have installed Scrapy with Python 2.7.6 32 bit on Windows 7 64 bit.
At the python command prompt there is no error when I import but - I get following error when I try to do with any command for scrapy
c:\python27>scrapy version
:0: UserWarning: You do not have a working installation of the service_identity
module: 'No module named service_identity'. Please install it from <
https://pypi.python.org/pypi/service_identity> and make sure all of its dependencies are sa
tisfied. Without the service_identity module and a recent enough pyOpenSSL to s
upport it, Twisted can perform only rudimentary TLS client hostname verification
. Many valid certificate/hostname mappings may be rejected.
Scrapy 0.22.2
Is this due to any services needs to be activated or this is twisted related problem could any one enlighten for me ?
Kindly advise any alternative that I can use.
Bhoomin Pandya