lxml is a Pythonic binding for the libxml2 and libxslt libraries. It is unique in that it combines the speed and feature completeness of these libraries with the simplicity of a native Python API, mostly compatible but superior to the well-known ElementTree API.
lxml is a Pythonic binding for the libxml2 and libxslt libraries. It is unique in that it combines the speed and feature completeness of these libraries with the simplicity of a native Python API, mostly compatible but superior to the well-known ElementTree API.
To install py27-lxml, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-lxml
To see what files were installed by py27-lxml, run:
port contents py27-lxml
To later upgrade py27-lxml, run:
sudo port selfupdate && sudo port upgrade py27-lxml
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.