If you use Scrapy, and CrawlerProcess then Python may not search the path that is required for Scrapy to find its “items.py” file.
How do you fix this ‘ModuleNotFoundError‘ ?
Read on…


As we can see, Scrapy framework has the items.py file in a directory above the spiders directoy

