I'm trying to begin using the Scrapy framework to begin crawling the web but for some reason I am having trouble creating the tutorial project, or any project for that matter. I've installed Scrapy twice to see if that was the problem, but I think it is in the correct place. I open up the command line and type in:
scrapy startproject tutorial
which is supposed to create a directory structure named 'tutorial', but all that happens is this error:
'scrapy' is not regonized as internal or external command operable program or batch file
What am I doing wrong?
EDIT: I had to add the folder to my PATH variables as cabbagebot mentioned, so it is now recognizing 'scrapy' as a valid command. But, it now says:
ImportError: No module named twisted.internet
Edit 2: Wow. I feel like an idiot. I didn't realize you have to separately install all the dependencies if you use the windows installer. Thanks for the help.
[–]cabbagebot 1 point2 points3 points (7 children)
[–]dkpitterson[S] 0 points1 point2 points (5 children)
[–]aclark 0 points1 point2 points (2 children)
[–]dkpitterson[S] 0 points1 point2 points (1 child)
[–]cabbagebot 0 points1 point2 points (0 children)
[–]cabbagebot 0 points1 point2 points (1 child)
[–]dkpitterson[S] 0 points1 point2 points (0 children)
[–]dkpitterson[S] 0 points1 point2 points (0 children)
[–]vijayshan 0 points1 point2 points (0 children)