0

当我想在一个scrapy项目中启动scrapyd时。我得到错误:

server: error: Scrapyd is not available in this system

我通过源码包安装scrapy,命令scrapy version -v显示如下信息:

Scrapy  : 0.15.1
lxml    : 2.3.4.0
libxml2 : 2.7.8
Twisted : 12.0.0
Python  : 2.7.3 (default, Jun  3 2012, 12:07:40) - [GCC 4.1.2 20071124 (Red Hat 4.1.2-42)]
Platform: Linux-2.6.18-92.el5-x86_64-with-redhat-5.2-Tikanga

我检查了安装的包,scrapyd 文件夹与scrapy 文件夹并行存在。所有像 script.py 这样的文件都存在。

谢谢。

4

1 回答 1

0

Scrapy 守护程序scrapyd(所以你需要安装这两个包:

$ aptitude install scrapy-0.14
$ aptitude install scrapyd-0.14

在 RedHat 中它会是类似的,比如:

$ rpm -i scrapy-0.14.rpm
$ rpm -i scrapyd-0.14.rpm
于 2012-09-30T16:00:28.070 回答