unknown command: crawl error

前端 未结 3 1515
陌清茗
陌清茗 2021-02-01 03:55

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

3条回答
  •  情深已故
    2021-02-01 04:24

    You can run scrapy crawl demoz code from your scrapy project folder which you have created using following command

    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

    scrapy crawl demoz
    

提交回复
热议问题