I’ve some problem with Scrapy on my mac, I checked many website to find an answer but I didn’t find any good one.
Here’s my error :
Traceback (most recent call last):
File "scrapy-ctl.py", line 6, in <module>
from scrapy.command.cmdline import execute
ImportError: No module named cmdline
I actually have Scrapy 0.16.3 ,Twisted 12.3.0, lxml 3.1beta1, libxml2 and libxslt
Thank you for your time !
It took a while to work out and involved searching the scrapy github repository, but the cmdline module has moved. Instead of your current import, try this: