[lxml-dev] Help getting lxml to work reliably on MacOS-X

Stefan Behnel stefan_ml at behnel.de
Fri Feb 8 20:43:18 CET 2008


Hi,

Christian Zagrodnick wrote:
> The main problem is, that lxml runs the wrong xslt-config. So I was 
> basically building libxml2 and libxslt just for the fun of it.
> 
> The question is if lxml really always needs to call xslt-config. Or how 
> one would set the path in the buildout so that the right xslt-config is 
> called.
> 
> If I manually set the path it works like charm:
> 
>     % PATH=`pwd`/parts/libxslt/bin:$PATH bin/buildout

You can now pass "--with-xslt-config=XXX" to setup.py.

Stefan


More information about the lxml-dev mailing list