Hi Christian, i got the same problem with ubuntu hardy, maybe this problem occurs others users too, so here is an approach:
first, make sure you got the right packages installed, you need at least python-lxml and libxslt and the develop packages. this worked for me: r...@prakti:~# dpkg -l | grep libxslt ii libxslt1-dev 1.1.22-1ubuntu1.2 XSLT processing library - development kit ii libxslt1.1 1.1.22-1ubuntu1.2 XSLT processing library - runtime library ii python-libxslt1 1.1.22-1ubuntu1.2 Python bindings for libxslt1 ii python-libxslt1-dbg 1.1.22-1ubuntu1.2 Python bindings for libxslt1 (debug extensio ii python-lxml 1.3.6-1 pythonic binding for the libxml2 and libxslt ii python-lxml-dbg 1.3.6-1 pythonic binding for the libxml2 and libxslt then, i try to install lxml via easy_install. note: you need to easy_install cython first: r...@prakti:~# easy_install cython ~~snipp~~ r...@prakti:~# easy_install lxml Searching for lxml Reading http://pypi.python.org/simple/lxml/ Reading http://codespeak.net/lxml Best match: lxml 2.2.1 Downloading http://codespeak.net/lxml/lxml-2.2.1.tgz Processing lxml-2.2.1.tgz Running lxml-2.2.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install- mKknsR/lxml-2.2.1/egg-dist-tmp-On1qXH Building lxml version 2.2.1. Building with Cython 0.11.2. Using build configuration of libxslt 1.1.24 Building against libxml2/libxslt in the following directory: /usr/ local/lib <<<<< THIS TAKE 15min+ on AMD2600XP Adding lxml 2.2.1 to easy-install.pth file Installed /home/rf/py25/lib/python2.5/site-packages/lxml-2.2.1-py2.5- linux-i686.egg Processing dependencies for lxml Finished processing dependencies for lxml Note: during a first try to easy_install lxml, it breaks down with a segfault. 2nd try worked... Now: r...@prakti:~# mw-render --list xhtml XHTML 1.0 Transitional mwxml XML representation of the parse tree docbook DocBook XML 2009-06-03T14:56:30 odfwriter >> assuming odfpy-0.7x Hope it helps ... Robert p.s. the docbook writer is atm horrible outdated, but work is in progress... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mwlib?hl=en -~----------~----~----~----~------~----~------~--~---
