Windows 7 32位上具有Python 3.3的LXML 3.3 [英] LXML 3.3 with Python 3.3 on windows 7 32-bit

查看:106
本文介绍了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:

  1. 安装 Python3.3 :
  1. Install Python3.3:
  1. 从下载页面这里
    • Win32 MSI安装程序的直接链接-> HERE
  1. 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文件夹添加到系统路径中,方法是从控制面板>系统>高级系统设置链接(高级选项卡)>环境变量(<按钮).
  • 安装 OpenSSL :

  • Add the 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).
  • Install OpenSSL:

      HERE
    1. 下载 Win32 OpenSSL页面和PC架构
    2. 下载适用于您的Windows和PC体系结构版本的 Visual C ++ 2008可再发行文件
    3. 为您的Windows和体系结构版本(常规版本,而不是轻量级版本)下载 OpenSSL
    4. c:\openssl-win32\bin(或类似名称)目录添加到PATH中,与在上面添加C:\python33C:\python33\scripts的方式相同.
    1. Download Win32 OpenSSL page from HERE for your version of Windows and PC architecture
    2. Download Visual C++ 2008 redistributables for your version of Windows and PC architecture
    3. Download OpenSSL for your version of Windows and architecture (the regular version, not the light one)
    4. Add the c:\openssl-win32\bin (or similar) directory to your PATH, the same way you added C:\python33 and C:\python33\scripts above.

  • 安装 Setuptools (get-pip.py应该为您安装Setuptools),但是,以防万一...

  • Install Setuptools (get-pip.py should install Setuptools for you), but, just in case...

    1. 下载ez_setup.py 此处,并将其保存在C:\python33\scripts
    2. 运行 C:\python33\scripts> python ez_setup.py
    1. Download ez_setup.py HERE and save it in C:\python33\scripts
    2. Run C:\python33\scripts> python ez_setup.py

  • 安装 PIP

  • Install PIP

    1. 此处下载get-pip.py并保存在C:\python33\scripts
    2. 运行 C:\python33\scripts> python get-pip.py
    1. Download get-pip.py from HERE and save it in C:\python33\scripts
    2. Run C:\python33\scripts> python get-pip.py

  • 安装 LXML

  • Install LXML

    1. HERE 下载LXML 3.3.3,以获取您的Windows和PC体系结构版本
    2. 运行EXE文件
    1. Download LXML 3.3.3 from HERE for your version of Windows and PC architecture
    2. Run the EXE file

  • 这篇关于Windows 7 32位上具有Python 3.3的LXML 3.3的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

    查看全文
    登录 关闭
    扫码关注1秒登录
    发送“验证码”获取 | 15天全站免登陆