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
Have you set up the SPIDER_MODULES setting?
SPIDER_MODULES Default: [] A list of modules where Scrapy will look for spiders. Example: SPIDER_MODULES = ['mybot.spiders_prod', 'mybot.spiders_dev']
SPIDER_MODULES
Default: []
[]
A list of modules where Scrapy will look for spiders.
Example:
SPIDER_MODULES = ['mybot.spiders_prod', 'mybot.spiders_dev']