Will you post your spider file, and full stack dump into a gist and shoot the link out here?
On Fri, Sep 9, 2016 at 5:55 AM, Alex Odin <[email protected]> wrote: > I have been googling for hours and all the solution won't help, can > someone give me a hint what's wrong? Please > > user@user~/PycharmProjects/scrap_doo/byubbot/tuts$ scrapy crawl SPY > Traceback (most recent call last): > File "/usr/local/bin/scrapy", line 9, in <module> > load_entry_point('Scrapy==1.1.2', 'console_scripts', 'scrapy')() > File > "/usr/local/lib/python2.7/dist-packages/Scrapy-1.1.2-py2.7.egg/scrapy/cmdline.py", > line 141, in execute > cmd.crawler_process = CrawlerProcess(settings) > File > "/usr/local/lib/python2.7/dist-packages/Scrapy-1.1.2-py2.7.egg/scrapy/crawler.py", > line 238, in __init__ > super(CrawlerProcess, self).__init__(settings) > File > "/usr/local/lib/python2.7/dist-packages/Scrapy-1.1.2-py2.7.egg/scrapy/crawler.py", > line 129, in __init__ > self.spider_loader = _get_spider_loader(settings) > File > "/usr/local/lib/python2.7/dist-packages/Scrapy-1.1.2-py2.7.egg/scrapy/crawler.py", > line 325, in _get_spider_loader > return loader_cls.from_settings(settings.frozencopy()) > File "/usr/local/lib/python2.7/dist-packages/Scrapy-1.1.2- > py2.7.egg/scrapy/spiderloader.py", line 33, in from_settings > return cls(settings) > File "/usr/local/lib/python2.7/dist-packages/Scrapy-1.1.2- > py2.7.egg/scrapy/spiderloader.py", line 20, in __init__ > self._load_all_spiders() > File "/usr/local/lib/python2.7/dist-packages/Scrapy-1.1.2- > py2.7.egg/scrapy/spiderloader.py", line 28, in _load_all_spiders > for module in walk_modules(name): > File "/usr/local/lib/python2.7/dist-packages/Scrapy-1.1.2- > py2.7.egg/scrapy/utils/misc.py", line 71, in walk_modules > submod = import_module(fullpath) > File "/usr/lib/python2.7/importlib/__init__.py", line 37, in > import_module > __import__(name) > File > "/home/user/PycharmProjects/scrap_doo/byubbot/tuts/spiders/byub_org.py", > line 3, in <module> > import items > > > > -- > You received this message because you are subscribed to the Google Groups > "scrapy-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/scrapy-users. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
