Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Re: how to install lxml in window xp?

Reply
Thread Tools

Re: how to install lxml in window xp?

 
 
Stefan Behnel
Guest
Posts: n/a
 
      01-09-2012
水静流深, 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

 
Reply With Quote
 
 
 
 
alex23
Guest
Posts: n/a
 
      01-11-2012
On Jan 9, 8:19*pm, Stefan Behnel <stefan...@behnel.de> wrote:
> Note that lxml currently lacks binary Windows builds for its latest
> releases. There are eggs for the original 2.3 release, though.


Christoph Gohlke provides a fairly up-to-date set of Python packaged
binaries for Windows 32- & 64-bit.

There are lxml packages for Python 2.6 to 3.2, and 2.5 for 32-bit
only.

http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml

This is a fantastic resource that more Windows-based Python devs
should know about.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Re: Install lxml package on Windows 7 Irmen de Jong Python 0 05-29-2012 11:24 PM
Re: how to install lxml in window xp? Tamer Higazi Python 19 01-14-2012 01:44 PM
To install lxml (and easy_install) for Python 3 under Windows... ncdave4life@mailinator.com Python 1 06-12-2011 05:14 PM
ANN: MathDOM 0.5.2 - MathML in Python - now featuring lxml API! Stefan Behnel Python 0 10-17-2005 09:30 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57