Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #18704 > unrolled thread
| Started by | Stefan Behnel <stefan_ml@behnel.de> |
|---|---|
| First post | 2012-01-09 11:19 +0100 |
| Last post | 2012-01-10 17:20 -0800 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: how to install lxml in window xp? Stefan Behnel <stefan_ml@behnel.de> - 2012-01-09 11:19 +0100
Re: how to install lxml in window xp? alex23 <wuwei23@gmail.com> - 2012-01-10 17:20 -0800
| From | Stefan Behnel <stefan_ml@behnel.de> |
|---|---|
| Date | 2012-01-09 11:19 +0100 |
| Subject | Re: how to install lxml in window xp? |
| Message-ID | <mailman.4545.1326104406.27778.python-list@python.org> |
水静流深, 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
[toc] | [next] | [standalone]
| From | alex23 <wuwei23@gmail.com> |
|---|---|
| Date | 2012-01-10 17:20 -0800 |
| Message-ID | <7072a93e-4cb5-45a2-8848-02f493255023@p42g2000vbt.googlegroups.com> |
| In reply to | #18704 |
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.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web