当我想在一个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 这样的文件都存在。
谢谢。