Can you post your spider file to pastebin? I've seen this error before when people aren't using the correct parent spider to inherit from. See http://stackoverflow.com/questions/5264829/why-does-scrapy-throw-an-error-for-me-when-trying-to-spider-and-parse-a-site
On Fri, Dec 19, 2014 at 10:51 AM, bobby <[email protected]> wrote: > > Hi, > > Windows 8.1 > Anaconda Python 2.7 > Scrapy 0.24.4 > Twisted 14.0.0 > > I am working my way though the official scrapy tutorial and tried to run > the spider > > > > scrapy crawl dmoz > > > This started OK but quickly gave traceback errors in Twisted > > > base.py > > defer.py > > > and failed at scrapy\spider.py > > > I have made an attached image (aa.png) of the errors. > > > Have tried reinstalling etc but not sure where to try next? > > > Thanks > > -- > 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 http://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 http://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
