Stefan Behnel | 8 Feb 20:43
Picon
Favicon
Gravatar

Re: Help getting lxml to work reliably on MacOS-X

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

Gmane