I am a newbie to python. I am running python 2.7.3 version 32 bit on 64 bit OS. (I tried 64 bit but it didn\'t workout).
I followed the tutorial and installed scrapy on
You can run scrapy crawl demoz code from your scrapy project folder which you have created using following command
scrapy crawl demoz
scrapy startproject tutorials
For example, if you have started scrapy project of name tutorials, then go to tutorials folder first and run crawl command from there
tutorials
crawl