I want to install Lxml so I can then install Scrapy. When I updated my Mac today it wouldn’t let me reinstall lxml, I get the following error: In...
  • May 24, 2022
  • 0 Comments
I’ve converted my scripts from Python 2.7 to 3.2, and I have a bug. # -*- coding: utf-8 -*- import time from datetime import date from lxml import etree...
  • May 20, 2022
  • 0 Comments
This is my 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 **...
  • May 17, 2022
  • 0 Comments
I’m having difficulty installing lxml with easy_install on Ubuntu 11. When I type $ easy_install lxml I get: Searching for lxml Reading http://pypi.python.org/simple/lxml/ Reading http://codespeak.net/lxml Best match: lxml 2.3...
  • May 5, 2022
  • 0 Comments