James Turner wrote:
The python version seems to be missing a depends on the python bindings for libxml. Trying to run the installed "basic" sample fails:Attached is a diff for libxslt that compiles the python bindings in the same way libxml does. Prompted by Brandon Mercer over irc.
ian:243$ pwd /usr/local/share/examples/libxslt ian:244$ python basic.py Traceback (most recent call last): File "basic.py", line 3, in <module> import libxml2 ImportError: No module named libxml2ian:245$