So I'm trying to install Scrapy on Lion and am not sure if it's properly installed or not.
I followed the guide here http://doc.scrapy.org/en/latest/intro/install.html#intro-install
Then tried to do the first step to create a tutorial project here,
http://doc.scrapy.org/en/latest/intro/tutorial.html
But when I try to run,
scrapy startproject tutorial
It doesn't work. I get...
$ python scrapy /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file 'scrapy': [Errno 2] No such file or directory
Any idea why I get such an error?