我想学习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 发行版吗?我尝试了几个想法,但没有找到解决方案:/