#!/bin/sh echo "make sure you have libxml2 and libxslt installed!" echo " (see http://codespeak.net/lxml/installation.html for more details)" cd _lxml && python2.4 setup.py build_ext -i && cd -