Windows 10, Command Line Terminal, Python 3.6.3 |Anaconda, Inc.| (default, Oct 15 2017, 03:27:45) [MSC v.1900 64 bit (AMD64)] on win32
New to Python & following tutorial instructions here: https://docs.scrapy.org/en/latest/intro/tutorial.html
Steps:
- Downloaded Anaconda
- Installed scrapy package through Anaconda Navigator
- Opened terminal
- cd c:\Anaconda
- python
- scrapy startproject tutorial
Yields this error:
File "<stdin>", line 1
scrapy startproject tutorial
Syntax Invalid Syntax
See screenshot: https://www.dropbox.com/s/17d3r1hzt02pp2k/Screenshot%202017-11-08%2013.41.06.png?dl=0
I've run globals() to see that Scrapy appears to be running correctly.
I've also try running this command from c:\Anaconda directory.
python scrapy startproject tutorial
Which yielded this error:
python.exe: can't find '__main__' module in 'scrapy'
There may also be an issue with Anaconda & Scrapy (Cannot Set Up a Scrapy Project) though, to my knowledge, I installed correctly using the recommended method from scrapy.org.