ImportError: No module named libxml2
I have installed the following Python module, so I don't know why it can't find it.
PyXML-0.8.4
PyXML seems to be fairly old and is says it is no long maintained. Is there a replacement? Thanks.
_______________________________________________
XML-SIG maillist - XML...@python.org
http://mail.python.org/mailman/listinfo/xml-sig
The libxml2 module has nothing to do with PyXML. Just install the libxml2
Python bindings, look out for a python-libxml2 package.
Stefan