Als «lxml» getaggte Fragen

442
So installieren Sie lxml unter Ubuntu

Ich habe Probleme bei der Installation von lxml mit easy_install unter Ubuntu 11. Wenn ich tippe, $ easy_install lxmlbekomme ich: Searching for lxml Reading http://pypi.python.org/simple/lxml/ Reading http://codespeak.net/lxml Best match: lxml 2.3 Downloading http://lxml.de/files/lxml-2.3.tgz...

269
libxml Installationsfehler mit pip

Das ist mein Fehler: (mysite)zjm1126@zjm1126-G41MT-S2:~/zjm_test/mysite$ pip install lxml Downloading/unpacking lxml Running setup.py egg_info for package lxml Building lxml version 2.3. Building without Cython. ERROR: /bin/sh: xslt-config: not found ** make sure the development packages of libxml2...

224
bs4.FeatureNotFound: Es konnte kein Tree Builder mit den von Ihnen angeforderten Funktionen gefunden werden: lxml. Müssen Sie eine Parser-Bibliothek installieren?

... soup = BeautifulSoup(html, "lxml") File "/Library/Python/2.7/site-packages/bs4/__init__.py", line 152, in __init__ % ",".join(features)) bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library? Die oben genannten Ausgänge...

220
builtins.TypeError: muss str sein, keine Bytes

Ich habe meine Skripte von Python 2.7 auf 3.2 konvertiert und habe einen Fehler. # -*- coding: utf-8 -*- import time from datetime import date from lxml import etree from collections import OrderedDict # Create the root element page = etree.Element('results') # Make a new document tree doc =...

87
Installation des lxml-Moduls in Python

Beim Ausführen eines Python-Skripts wurde dieser Fehler angezeigt from lxml import etree ImportError: No module named lxml Jetzt habe ich versucht, lxml zu installieren sudo easy_install lmxl aber es gibt mir den folgenden Fehler Building lxml version 2.3.beta1. NOTE: Trying to build without...

84
wie man ein Element in lxml entfernt

Ich muss Elemente basierend auf dem Inhalt eines Attributs mit Pythons lxml vollständig entfernen. Beispiel: import lxml.etree as et xml=""" <groceries> <fruit state="rotten">apple</fruit> <fruit state="fresh">pear</fruit> <fruit