I went to this page and downloaded the tar file : http://pypi.python.org/pypi/lxml/2.3.4#downloads
I then copied the lxml folder to my Python26/Lib folder. Now, when i go to the interpreter and type from lxml import etree
i get the error: cannot import etree
. Does someone know what is going wrong? I am running windows.