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 also had this problem,and it turned out to be rather small. Be sure your class inherits from scrapy.Spider
scrapy.Spider
my_class(scrapy.Spider):