Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; '"""': 0.07; 'error:': 0.07; 'importerror:': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'url:github': 0.09; 'subject:How': 0.10; 'googling': 0.16; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:plane.gmane.org': 0.16; 'received:t-ipconnect.de': 0.16; 'wrote:': 0.18; 'module': 0.19; "skip:' 30": 0.19; 'separate': 0.22; 'header:User-Agent:1': 0.23; 'error': 0.23; 'header:X-Complaints-To:1': 0.27; 'installed': 0.27; 'moved': 0.30; '(on': 0.31; 'loading': 0.31; 'another': 0.32; 'but': 0.35; 'leads': 0.36; 'url:org': 0.36; 'turn': 0.37; 'project': 0.37; 'depends': 0.38; 'to:addr:python- list': 0.38; 'quote': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'mentioned': 0.61; 'confirm': 0.64; 'subject:Build': 0.68; 'containing': 0.69; 'persistent': 0.84; 'url:latest': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Peter Otten <__peter__@web.de> Subject: Re: How To Build Scrapy Environment Date: Mon, 23 Sep 2013 11:25:25 +0200 Organization: None References: <1dad0f6e-0241-4892-ad32-afb2097f09a3@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Gmane-NNTP-Posting-Host: p5084801a.dip0.t-ipconnect.de User-Agent: KNode/4.7.3 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1379928294 news.xs4all.nl 15965 [2001:888:2000:d::a6]:58999 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:54624 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