I just tried installing and running scrapy on my PC at work, which runs Windows XP.
If I run scrapy startproject myproject I will get the following error:
ImportError: No module named w3lib.html
Wining: It's really troublesome running Python / Scrapy on windows XP. On linux I just run pip install Scrapy and it's ok lol.