Python version and Device used
I\'m following the BeautifulSoup tu
apt-get on Debian/Ubuntu: sudo apt-get install python3-lxml For MacOS-X, a macport of lxml is available. Try something like sudo port install py27-lxml
sudo apt-get install python3-lxml
sudo port install py27-lxml
http://lxml.de/installation.html may be helpful.