Hello! Just install service_identity with pip.
pip install service_identity This should fix this warning. Regards, On Sunday, May 25, 2014 11:42:29 AM UTC+5:30, Bhoomin Pandya wrote: > > 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://pyp > i.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 > -- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
