I am trying to install scrapy on Windows XP (32bit) virtualenv:
pip install scrapy
The installer spits out this ambiguous error message:
error: Only found improper OpenSSL directories: ['E:\\cygwin', 'E:\\Program Files\\Git']
How should I configure openssl / pyOpenSSL to make pip work?