I am trying to use Django model with scrapy but i am getting this error:
sudo scrapy deploy default -p eScraper
Building egg of eScraper-1370598403
'build/scripts-2.7' does not exist -- can't clean it
zip_safe flag not set; analyzing archive contents...
Deploying eScraper-1370598403 to http://localhost:6800/addversion.json
Server response (200):
{"status": "error", "message": "ImportError: No module named eScraperInterfaceApp.models"}
I have used this post
It is able to find django project settings.py file but when i tried to import django app model in items.py file i am getting error...