May 18, 2010
1:20 p.m.
xyz, 18.05.2010 15:07:
On Tue, 18 May 2010 14:48:47 +0200 Stefan Behnel wrote:
xyz wrote:
$ python setup.py install --with-xml2-config=/home/mit/bin/libxml2/bin/xml2-config --with-xslt-config=/home/mit/bin/libxslt/bin/xslt-config
Try passing the --auto-rpath option. Or, even better, use --static-deps=true.
How can I use --static-deps=true. Could give me an example please?
$ python setup.py install --static-deps Stefan