make scrapy working under windows
scrapy is a python based crawler. to make scrapy working under windows,
will meet following error:
from cryptography.hazmat.bindings._openssl import ffi, lib
ImportError: DLL load failed: %1 is not a valid Win32 application.
AttributeError: ‘module’ object has no attribute ‘SSL_ST_INIT’
ImportError: No module named win32api
need to install
pip install -I cryptography
pip install -I cryptography
pip install -I cryptography
pip install pypiwin32