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
I fixed by fixing my filename.
Originally, my.spider.py. Fixed, myspider.py.
my.spider.py
myspider.py
I'm very new to python and scrapy so I'm not sure if this is a dumb mistake on my part.