I\'m trying to install lxml. I\'ve had a look at the website, and version 2.2.8 looked reasonable to me but when I did easy_install lxml, it instal
lxml
easy_install lxml
You should do something like this:
easy_install "lxml==2.2.8"