由于我的python版本是2.6所以安装setuptools-0.6c11.win32-py2.6
安装完后添加到环境变量中,
前提:已经装好了easy_install这个工具,不难装,网上一搜就有
1. 去lxml的官网
http://lxml.de/installation.html
2. 什么都不用看,就看Installation下的ms windows, 然后打开windows c:\windows\system32 输入
easy_install --allow-hosts=lxml.de,*.python.org lxml==2.2.2
就应该装好了
3. 打开python IDE试试import lxml,如果不报错,应该就是装好了