1
Here is how it solved.
For some reason pip-install
did not actually install all the directories that come with scrapy. The djangoitem
was not being installed.
I used easy_install
to reinstall scrapy and the error was gone.
- [Django]-Why do chat applications have to be asynchronous?
- [Django]-Using Django's memcache API on Dynamically created models
- [Django]-Django Social Auth w/ Twitter: HTTP 401 Error (Unauthorized)
- [Django]-Django-rest-framework return created object but with fewer fields
- [Django]-Webcam streaming in Django project
2
This is now moved to another package called scrapy_djangoitem
See more here:
- [Django]-How can this be written on a single line?
- [Django]-I want to redirect to link on <a> only after confimation?
Source:stackexchange.com