Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54624
| From | Peter Otten <__peter__@web.de> |
|---|---|
| Subject | Re: How To Build Scrapy Environment |
| Date | 2013-09-23 11:25 +0200 |
| Organization | None |
| References | <1dad0f6e-0241-4892-ad32-afb2097f09a3@googlegroups.com> <mailman.256.1379925407.18130.python-list@python.org> <cee80741-f886-4845-ae1a-38171d87d69d@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.257.1379928294.18130.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How To Build Scrapy Environment YetToCome <wjw15129@gmail.com> - 2013-09-23 01:12 -0700
Re: How To Build Scrapy Environment Peter Otten <__peter__@web.de> - 2013-09-23 10:37 +0200
Re: How To Build Scrapy Environment YetToCome <wjw15129@gmail.com> - 2013-09-23 01:56 -0700
Re: How To Build Scrapy Environment Peter Otten <__peter__@web.de> - 2013-09-23 11:25 +0200
Re: How To Build Scrapy Environment YetToCome <wjw15129@gmail.com> - 2013-09-23 03:11 -0700
Re: How To Build Scrapy Environment YetToCome <wjw15129@gmail.com> - 2013-09-23 01:55 -0700
csiph-web