YetToCome wrote: [snip]
No need to quote the whole turd -- just confirm that it worked... > it had an another error: No module named queuelib, but i have installed > all the libs mentioned in that passage... > ImportError: Error loading object 'scrapy.core.scheduler.Scheduler': No > module n amed queuelib Googling "queuelib site:scrapy.org" leads to http://doc.scrapy.org/en/latest/news.html containing """ 0.18.0 (released 2013-08-09)ΒΆ [...] Moved persistent (on disk) queues to a separate project (queuelib) which scrapy now depends on """ which in turn leads to https://github.com/scrapy/queuelib -- https://mail.python.org/mailman/listinfo/python-list
