Hi i typed in the command
from scrapy.contrib.djangoitem import DjangoItem
in the scrapy shell and it gave me the following error.
In [1]: from scrapy.contrib.djangoitem import DjangoItem
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
/home/abhishek/<ipython-input-1-3b57a31ce938> in <module>()
----> 1 from scrapy.contrib.djangoitem import DjangoItem
ImportError: No module named djangoitem
What would have been the issue?
Thanks in advance
It is an external package
pip install scrapy-djangoitem
This is now moved to another package called scrapy_djangoitem
See more here:
http://doc.scrapy.org/en/1.0/topics/djangoitem.html
https://github.com/scrapy-plugins/scrapy-djangoitem
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With