I am new to Python and Scrapy, and I am going through the Scrapy tutorial. I was able to create my project using the DOS interface and typing:
scrapy startproject dmoz
The following lesson uses the Crawl command:
scrapy crawl dmoz.org
But every time I try to run, I get a message that this is not a legit command. Looking further, it seems that I need to be inside the project and that I cannot understand. I tried changing directories to the "dmoz" folder that I created in startproject, but which Scrapy does not recognize at all.
I am sure that I am missing something obvious, and I hope that someone can point this out.
Adam smith
source share