Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #18703 > unrolled thread

how to install lxml in window xp?

Started by"水静流深" <1248283536@qq.com>
First post2012-01-09 17:18 +0800
Last post2012-01-09 17:18 +0800
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  how to install lxml in window xp? "水静流深" <1248283536@qq.com> - 2012-01-09 17:18 +0800

#18703 — how to install lxml in window xp?

From"水静流深" <1248283536@qq.com>
Date2012-01-09 17:18 +0800
Subjecthow to install lxml in window xp?
Message-ID<mailman.4544.1326102235.27778.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

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 **

Using build configuration of libxslt
warning: no files found matching 'lxml.etree.c' under directory 'src\lxml'
warning: no files found matching 'lxml.objectify.c' under directory 'src\lxml'
warning: no files found matching 'lxml.etree.h' under directory 'src\lxml'
warning: no files found matching 'lxml.etree_api.h' under directory 'src\lxml'
warning: no files found matching 'etree_defs.h' under directory 'src\lxml'


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 **

Using build configuration of libxslt
warning: no files found matching 'lxml.etree.c' under directory 'src\lxml'
warning: no files found matching 'lxml.objectify.c' under directory 'src\lxml'
warning: no files found matching 'lxml.etree.h' under directory 'src\lxml'
warning: no files found matching 'lxml.etree_api.h' under directory 'src\lxml'
warning: no files found matching 'etree_defs.h' under directory 'src\lxml'
warning: no files found matching 'pubkey.asc' under directory 'doc'
warning: no files found matching 'tagpython*.png' under directory 'doc'
warning: no files found matching 'Makefile' under directory 'doc'

error: Setup script exited with error: None

how can i install the lxml  in my xp??

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web