我想学习scrapy,我可以在常规的Windows shell中使用scrapy shell。
一旦我在IPython中输入scrapy shell'url',我就会收到后续消息:
scrapy shell http://quotes.toscrape.com/
File "<ipython-input-1-7ffa7d14a3eb>", line 1
scrapy shell http://quotes.toscrape.com/
^
SyntaxError: invalid syntax
这对我来说很有意义,因为我的系统中没有任何东西,特别是IPython,还不知道scrapy。
但你能帮助我解决这个问题吗? scrapy文档本身并没有提供具体的解决方案。问题可能基于Winpython发行版吗?我尝试了几个想法,但没有找到解决方案:/