James Turner wrote:
Attached is a diff for libxslt that compiles the python bindings in the
same way libxml does. Prompted by Brandon Mercer over irc.

The python version seems to be missing a depends on the python bindings for libxml. Trying to run the installed "basic" sample fails:

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 libxml2
ian:245$

Reply via email to