windows 7 安装 scrapy

简介:

基于64位 win7 系统

 

先到 http://www.lfd.uci.edu/~gohlke/pythonlibs/ 下载四个 wheel 文件:

1. lxml-3.4.4-cp27-none-win_amd64.whl

2. Twisted-15.5.0-cp27-none-win_amd64.whl

3. pywin32-220-cp27-none-win_amd64.whl

4. Scrapy-1.0.5-py2-none-any.whl

 

然后命令行下进入下载目录,pip 安装:

1. pip install lxml-3.4.4-cp27-none-win_amd64.whl

2. pip install Twisted-15.5.0-cp27-none-win_amd64.whl

3. pip install pywin32-220-cp27-none-win_amd64.whl

4. pip install Scrapy-1.0.5-py2-none-any.whl

 

为了使 pywein32 能够用起来,最后,还有一步:

复制 C:\python27\Lib\site-packages\pywin32_system32\ 下所有文件到 C:\windows\system32\ 下

 

本文转自罗兵博客园博客,原文链接:http://www.cnblogs.com/hhh5460/p/5219449.html ,如需转载请自行联系原作者
相关文章
|
3月前
|
iOS开发 MacOS Windows
Mac air使用Boot Camp安装win10 ,拷贝 Windows 文件时出错
Mac air使用Boot Camp安装win10 ,拷贝 Windows 文件时出错
|
24天前
|
机器学习/深度学习 并行计算 异构计算
WINDOWS安装eiseg遇到的问题和解决方法
通过本文的详细步骤和问题解决方法,希望能帮助你顺利在 Windows 系统上安装和运行 EISeg。
47 2
|
1月前
|
网络安全 Windows
Windows server 2012R2系统安装远程桌面服务后无法多用户同时登录是什么原因?
【11月更文挑战第15天】本文介绍了在Windows Server 2012 R2中遇到的多用户无法同时登录远程桌面的问题及其解决方法,包括许可模式限制、组策略配置问题、远程桌面服务配置错误以及网络和防火墙问题四个方面的原因分析及对应的解决方案。
|
1月前
|
NoSQL Linux PHP
如何在不同操作系统上安装 Redis 服务器,包括 Linux 和 Windows 的具体步骤
本文介绍了如何在不同操作系统上安装 Redis 服务器,包括 Linux 和 Windows 的具体步骤。接着,对比了两种常用的 PHP Redis 客户端扩展:PhpRedis 和 Predis,详细说明了它们的安装方法及优缺点。最后,提供了使用 PhpRedis 和 Predis 在 PHP 中连接 Redis 服务器及进行字符串、列表、集合和哈希等数据类型的基本操作示例。
60 4
|
2月前
|
数据安全/隐私保护 Windows
安装 Windows Server 2019
安装 Windows Server 2019
|
2月前
|
Windows
安装 Windows Server 2003
安装 Windows Server 2003
|
2月前
|
NoSQL Shell MongoDB
Windows 平台安装 MongoDB
10月更文挑战第10天
66 0
Windows 平台安装 MongoDB
|
2月前
|
Windows Python
Windows安装dlib,遇到问题汇总解决
Windows安装dlib,遇到问题汇总解决
97 4
|
2月前
|
Oracle 关系型数据库 MySQL
Mysql(1)—简介及Windows环境下载安装
MySQL 是一个流行的关系型数据库管理系统(RDBMS),基于 SQL 进行操作。它由瑞典 MySQL AB 公司开发,后被 Sun Microsystems 收购,现为 Oracle 产品。MySQL 是最广泛使用的开源数据库之一,适用于 Web 应用程序、数据仓库和企业应用。
64 2
|
2月前
|
JavaScript Windows
windows安装vue
windows安装vue

相关课程

更多