Comment 10 for bug 308194

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package lxml - 2.1.1-1ubuntu1

---------------
lxml (2.1.1-1ubuntu1) intrepid-proposed; urgency=low

  * python-lxml failed import of lxml etree module (LP: #308194).
    To fix this we use patches from Debian Lenny version 2.1.1-2.1.
  * src/lxml/lxml.etree.pyx: This is the site of the basic fix, modifying
    one line:
      -except ImportError:
      +except (ImportError, AttributeError):
    The change is performed in situ since the package does not employ a
    patch system. Since this is in a *.pyx source file, the change spawns
    changes in other files too:
  * We need to generate src/lxml/lxml.*.[ch] from the .pyx files, and
    this was done using the intrepid version of Cython (0.9.6.14-1)
  * Normal Ubuntu maintainer mangling.

 -- Morten Kjeldgaard <email address hidden> Tue, 16 Dec 2008 15:18:59 +0100