2012-09-28 52 views
0

當我想在scrapy項目中啓動scrapyd時。我得到的錯誤:無法啓動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所有的文件存在。

謝謝。

回答

0

Scrapy守護進程(scrapyd)是一個獨立的Ubuntu軟件包,也可能用於RedHat,如果你能找到它的話。所以,你需要安裝這兩個包:

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

而且在紅帽這將是類似的,是這樣的:

$ rpm -i scrapy-0.14.rpm 
$ rpm -i scrapyd-0.14.rpm