Preguntas etiquetadas con lxml

442
Cómo instalar lxml en Ubuntu

Tengo dificultades para instalar lxml con easy_install en Ubuntu 11. Cuando escribo $ easy_install lxmlme sale: 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 Processing...

269
error de instalación de libxml usando pip

Este es mi error: (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...

234
No se puede instalar Lxml en Mac os x 10.9

Quiero instalar Lxml para poder instalar Scrapy. Cuando actualicé mi Mac hoy, no me permitió reinstalar lxml, recibo el siguiente error: In file included from src/lxml/lxml.etree.c:314: /private/tmp/pip_build_root/lxml/src/lxml/includes/etree_defs.h:9:10: fatal error: 'libxml/xmlversion.h' file...

224
bs4.FeatureNotFound: No se pudo encontrar un generador de árboles con las características que solicitó: lxml. ¿Necesita instalar una biblioteca de analizador?

... 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? Las salidas anteriores en...

220
builtins.TypeError: debe ser str, no bytes

He convertido mis scripts de Python 2.7 a 3.2, y tengo un error. # -*- 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 =

88
Instalación del módulo lxml en python

mientras ejecutaba un script de Python, recibí este error from lxml import etree ImportError: No module named lxml ahora intenté instalar lxml sudo easy_install lmxl pero me da el siguiente error Building lxml version 2.3.beta1. NOTE: Trying to build without Cython, pre-generated...

84
cómo eliminar un elemento en lxml

Necesito eliminar elementos por completo, según el contenido de un atributo, usando el lxml de python. Ejemplo: import lxml.etree as et xml=""" <groceries> <fruit state="rotten">apple</fruit> <fruit state="fresh">pear</fruit> <fruit