Scrapy spider not found error

后端 未结 21 2037
感情败类
感情败类 2021-02-02 06:58

This is Windows 7 with python 2.7

I have a scrapy project in a directory called caps (this is where scrapy.cfg is)

My spider is located in caps\\caps\\spiders\\c

21条回答
  •  心在旅途
    2021-02-02 07:24

    I fixed by fixing my filename.

    Originally, my.spider.py. Fixed, myspider.py.

    I'm very new to python and scrapy so I'm not sure if this is a dumb mistake on my part.

提交回复
热议问题