本文介绍了Windows 7 32位上具有Python 3.3的LXML 3.3的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
此安装存在重大问题.请提供详细的分步指南.
I am having major issues with this install. Please provide a detailed, step-by-step guide.
推荐答案
这些说明适用于Windows7或带有Python3.3的Windows8 .
但是,它们应适用于各种版本,因为python的发行版和其他先决条件会发生变化/发展:
However, they should work for various versions as the releases of python and other respective prerequisites change/evolve:
- 安装 Python3.3 :
- Install Python3.3:
- Download the last release of Python3.3 (currently 3.3.5) from the downloads page HERE
- Direct link for Win32 MSI installer -> HERE
C:\python33\
和C:\python33\scripts
文件夹添加到系统路径中,方法是从控制面板>系统>高级系统设置链接(高级选项卡)>环境变量(.C:\python33\
and C:\python33\scripts
folders to the system path by adding those directories to the PATH
environment variable from the Control Panel > System > Advanced System Settings link (Advanced Tab) > Environmental Variables (Button).- 从 HERE
- 下载 Win32 OpenSSL页面和PC架构
- 下载适用于您的Windows和PC体系结构版本的 Visual C ++ 2008可再发行文件
- 为您的Windows和体系结构版本(常规版本,而不是轻量级版本)下载 OpenSSL
- 将
c:\openssl-win32\bin
(或类似名称)目录添加到PATH
中,与在上面添加C:\python33
和C:\python33\scripts
的方式相同.
- Download Win32 OpenSSL page from HERE for your version of Windows and PC architecture
- Download Visual C++ 2008 redistributables for your version of Windows and PC architecture
- Download OpenSSL for your version of Windows and architecture (the regular version, not the light one)
- Add the
c:\openssl-win32\bin
(or similar) directory to yourPATH
, the same way you addedC:\python33
andC:\python33\scripts
above.
get-pip.py
应该为您安装Setuptools),但是,以防万一...get-pip.py
should install Setuptools for you), but, just in case...- 下载
ez_setup.py
此处,并将其保存在C:\python33\scripts
- 运行
C:\python33\scripts> python ez_setup.py
- Download
ez_setup.py
HERE and save it inC:\python33\scripts
- Run
C:\python33\scripts> python ez_setup.py
- 从此处下载
get-pip.py
并保存在C:\python33\scripts
中 - 运行
C:\python33\scripts> python get-pip.py
- Download
get-pip.py
from HERE and save it inC:\python33\scripts
- Run
C:\python33\scripts> python get-pip.py
- 从 HERE 下载
LXML 3.3.3
,以获取您的Windows和PC体系结构版本 - 运行EXE文件
- Download
LXML 3.3.3
from HERE for your version of Windows and PC architecture - Run the EXE file
这篇关于Windows 7 32位上具有Python 3.3的LXML 3.3的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!