I am having major issues with this install. Please provide a detailed, step-by-step guide.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
These instructions are for Windows7 or Windows8 with Python3.3.
However, they should work for various versions as the releases of python and other respective prerequisites change/evolve:
- 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
- Simply run the MSI to install python. It will register itself in the registry, and appear in Add/REmove Programs.
- NOTE: my instructions that follow assume that you choose to install python to the default path of
C:\python33\
when asked during the Python Installation Wizard
- Download the last release of Python3.3 (currently 3.3.5) from the downloads page HERE
- Add the
C:\python33\
andC:\python33\scripts
folders to the system path by adding those directories to thePATH
environment variable from the Control Panel > System > Advanced System Settings link (Advanced Tab) > Environmental Variables (Button). - Install OpenSSL:
- 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.
- Install Setuptools (
get-pip.py
should install Setuptools for you), but, just in case...- Download
ez_setup.py
HERE and save it inC:\python33\scripts
- Run
C:\python33\scripts> python ez_setup.py
- Download
- Install PIP
- Download
get-pip.py
from HERE and save it inC:\python33\scripts
- Run
C:\python33\scripts> python get-pip.py
- Download
- Install LXML
- Download
LXML 3.3.3
from HERE for your version of Windows and PC architecture - Run the EXE file
- Download