scrapy安装

来源:互联网 发布:招投标系统源码 编辑:程序博客网 时间:2024/05/01 22:06

1.安装Python(建议32位)

链接: http://pan.baidu.com/s/1bnuDlFL 密码: iuym

2.安装lxml

3.安装setuptools

4.安装zope.interface

5.安装Twisted

6.安装pyOpenSSL

7.安装win32py

安装步骤2-7所需的安装包:链接: http://pan.baidu.com/s/1ntn7nEp 密码: xc6f

8.安装Scrapy

下载Scrapy-0.24.5.tar.gz,在文件所在目录,运行easy_install scrapy

9.此时运行命令scrapy,会有以下警告:You do not have a working installation of the service_identity 
module

此时运行命令:easy_install.py service_identity

0 0