[XML-SIG] Availability of libxml2 and libxslt Python bindings

Fred L. Drake, Jr. fdrake@acm.org
Thu, 21 Feb 2002 13:47:19 -0500


Hannu Krosing writes:
 > >>> import dl
 > Traceback (most recent call last):
 >   File "<stdin>", line 1, in ?
 > ImportError: No module named dl
 > 
 > This is on RH linux 7.1 with Python 2.2

That's annoying.  Did you install from the RPMs or build from source?
It looks like Python's default build will attempt to build it if it
can find the dlfcn.h header file, so either that wasn't found on the
machine it was built on, or that module was specifically not included
(which wouldn't be unreasonable, I suppose).


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Zope Corporation