Install libxml2 and associated python bindings - Windows

Solution 1:

The Windows binaries of the latest version of lxml (as well as a wide range of other Python packages) are available on http://www.lfd.uci.edu/~gohlke/pythonlibs/

Solution 2:

If you don't have special reasons to compile from source, you can use prebuilt binaries for lxml

Solution 3:

If you are using python 2.5.x, just use "easy_install lxml==2.2.2" to install