lxml

Core libraries and systems
Post Reply
Message
Author
robwoj44
Posts: 399
Joined: Fri 08 Aug 2008, 18:15
Location: Warsaw

lxml

#1 Post by robwoj44 »

Compiled in racy 5.5
https://pypi.python.org/pypi/lxml/3.2.1
Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It provides safe and convenient access to these libraries using the ElementTree API.
It extends the ElementTree API significantly to offer support for XPath, RelaxNG, XML Schema, XSLT, C14N and much more.

http://dotpups.de/puppy5/racy/programming/
The dependencies:
python from devx_racy_xx.sfs

bh56
Posts: 55
Joined: Tue 07 Apr 2009, 08:04

lxml and lxml.etree

#2 Post by bh56 »

Hi
I trying to use a python program called webdl.
It can be found at https://delx.net.au/projects/webdl.
I'm using Lxpup_Xenial with the devx.
I've downloaded python3-lxml from the ppm.
It has also downloaded other dependencies.
However when I run the webdl programs I get No Module named lxml.etree.
Using pfind there is a file called lxml.etree.h in /usr/lib/python3/dist-packages/lxml.
Do you know how to get lxml.etree?
Thanks
Brendan

bh56
Posts: 55
Joined: Tue 07 Apr 2009, 08:04

Python lxml.etree module

#3 Post by bh56 »

I reinstalled python3-lxml.
Program now runs without error.

Post Reply