How do you install lxml on OS X Leopard without using MacPorts or Fink?

后端 未结 15 2290
礼貌的吻别
礼貌的吻别 2020-11-30 20:23

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?<

15条回答
  •  温柔的废话
    2020-11-30 21:14

    I compile it in /usr/local without any issues whatsoever.

    Install Python, libxml2, libxslt and then lxml. You might need setuptools installed too.

提交回复
热议问题