Questions marquées «lxml»

442
Comment installer lxml sur Ubuntu

J'ai du mal à installer lxml avec easy_install sur Ubuntu 11. Quand je tape, $ easy_install lxmlje reçois: 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 lxml-2.3.tgz...

269
erreur d'installation de libxml à l'aide de pip

Voici mon erreur: (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...

234
Impossible d'installer Lxml sur Mac os x 10.9

Je veux installer Lxml pour pouvoir ensuite installer Scrapy. Lorsque j'ai mis à jour mon Mac aujourd'hui, il ne me permettait pas de réinstaller lxml, j'obtiens l'erreur suivante: In file included from src/lxml/lxml.etree.c:314: /private/tmp/pip_build_root/lxml/src/lxml/includes/etree_defs.h:9:10:...

224
bs4.FeatureNotFound: Impossible de trouver un générateur d'arborescence avec les fonctionnalités que vous avez demandées: lxml. Avez-vous besoin d'installer une bibliothèque d'analyseur?

... 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? Les sorties ci-dessus sur...

220
builtins.TypeError: doit être str, pas d'octets

J'ai converti mes scripts de Python 2.7 en 3.2 et j'ai un bug. # -*- 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 = etree.ElementTree(page)...

88
Installer le module lxml en python

lors de l'exécution d'un script python, j'ai eu cette erreur from lxml import etree ImportError: No module named lxml maintenant j'ai essayé d'installer lxml sudo easy_install lmxl mais cela me donne l'erreur suivante Building lxml version 2.3.beta1. NOTE: Trying to build without Cython,...