[XML-SIG] Re: libxslt error

Stephane Bortzmeyer bortzmeyer at nic.fr
Tue Feb 3 04:15:49 EST 2004


On Tue, Feb 03, 2004 at 01:24:45AM +0100,
 luis miguel morillas <morillas at posta.unizar.es> wrote 
 a message of 26 lines which said:

> I've installed libxml2-2.6.4 and libxslt-1.1.2 in a linux debian
> with python2.3.
> When i import libxslt, i get this error:

It works for me. Python 2.3.3, libxml 2.6.4, libxslt 1.1.2.

~ % python
Python 2.3.3 (#2, Jan 13 2004, 00:47:05) 
[GCC 3.3.3 20040110 (prerelease) (Debian)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import libxml2
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named libxml2
>>> import libxml2
>>> import libxslt
>>> 



More information about the XML-SIG mailing list