I\'ve tried this and run in to problems a bunch of times in the past. Does anyone have a recipe for installing lxml on OS X without MacPorts or Fink that definitely works?<
This worked for me on 10.8.5
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"brew install libxml2sudo easy_install lxmlThis comprises suggestions from:
But I wanted to compile it into one answer rather than leave comments everywhere