
Stefan Behnel wrote:
Hi Martijn,
Martijn Faassen wrote:
I think it would help us a lot if lxml's setup.py simply accepted an option that identifies which xslt-config to use. This could be easily be configured from the buildout.
Note that lxml's setup does something (what I don't know) when it's called with --rpath, another thing that buildout calls. Does it do the right thing?
See here, might be the right thing:
http://codespeak.net/pipermail/lxml-dev/2006-June/001528.html
I see that this discussion lead to the contribution of the path that adds the --rpath support. I suspect that this may be doing the right thing, but we need a way to configure the system to pick up a list of xslt_libs from a xslt-config in a custom location. Regards, Martijn