Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'installed.': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'release,': 0.09; 'url:faq': 0.09; 'error:': 0.10; 'binary': 0.13; 'from:addr:behnel.de': 0.16; 'from:addr:stefan_ml': 0.16; 'from:name:stefan behnel': 0.16; 'received:188.174': 0.16; 'received:m-online.net': 0.16; 'subject:install': 0.16; 'subject:lxml': 0.16; 'url:installation': 0.16; 'url:lxml': 0.16; 'url:lxml-2': 0.16; 'header:In-Reply-To:1': 0.22; 'though.': 0.23; 'stefan': 0.24; 'windows': 0.26; '2.3': 0.29; "skip:' 10": 0.29; 'installed': 0.31; 'subject:?': 0.31; 'version': 0.32; 'skip:- 30': 0.33; 'header:User-Agent:1': 0.33; 'header:X-Complaints- To:1': 0.33; 'there': 0.33; 'recognized': 0.34; 'to:addr:python- list': 0.34; 'file.': 0.34; 'builds': 0.34; 'running': 0.35; 'window': 0.35; 'external': 0.35; 'install': 0.35; 'skip:1 30': 0.37; 'received:org': 0.38; 'processing': 0.39; 'should': 0.39; 'subject:how': 0.39; 'to:addr:python.org': 0.40; 'packages': 0.40; 'url:net': 0.60; '8bit%:92': 0.61; 'url:3': 0.67; 'received:188': 0.68; 'skip:, 20': 0.84; 'releases.': 0.91; 'skip:\xe6 10': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Stefan Behnel Subject: Re: how to install lxml in window xp? Date: Mon, 09 Jan 2012 11:19:53 +0100 References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: host-188-174-216-36.customer.m-online.net User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111220 Thunderbird/9.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 36 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1326104406 news.xs4all.nl 6965 [2001:888:2000:d::a6]:52149 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:18704 水静流深, 09.01.2012 10:18: > in my xp ,python26,easy_install installed. > i want to install lxml in window xp > 1.c:\python26\scripts\easy_install lxml > > what i get is: > > Reading http://codespeak.net/lxml > Best match: lxml 2.3.3 > Downloading http://lxml.de/files/lxml-2.3.3.tgz > Processing lxml-2.3.3.tgz > Running lxml-2.3.3\setup.py -q bdist_egg --dist-dir c:\windows\temp\easy_install > -58e4ap\lxml-2.3.3\egg-dist-tmp-hyg1bg > Building lxml version 2.3.3. > Building with Cython 0.15.1. > ERROR: 'xslt-config' is not recognized as an internal or external command, > operable program or batch file. > > ** make sure the development packages of libxml2 and libxslt are installed ** Well? > how can i install the lxml in my xp?? You should read the docs: http://lxml.de/FAQ.html#where-are-the-binary-builds http://lxml.de/installation.html#installation Note that lxml currently lacks binary Windows builds for its latest releases. There are eggs for the original 2.3 release, though. Stefan