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


Groups > comp.lang.python > #18872

Re: how to install lxml in window xp?

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <th982a@googlemail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.070
X-Spam-Evidence '*H*': 0.86; '*S*': 0.00; 'compiler': 0.07; 'python': 0.08; 'c++': 0.12; 'library': 0.13; 'background,': 0.16; 'subject:install': 0.16; 'subject:lxml': 0.16; 'wrote:': 0.16; 'wed,': 0.17; 'say,': 0.19; 'jan': 0.19; 'header:In-Reply-To:1': 0.22; 'windows': 0.26; 'charset:iso-8859-15': 0.26; 'installed': 0.29; 'environment': 0.30; 'subject:?': 0.30; 'received:209.85.214': 0.32; 'header:User-Agent:1': 0.33; 'instead': 0.33; 'to:addr:python-list': 0.33; 'from:addr:googlemail.com': 0.34; 'vendor': 0.34; 'light': 0.34; 'running': 0.35; 'something': 0.35; 'brian': 0.35; 'like,': 0.36; 'specially': 0.36; 'machine': 0.37; 'received:google.com': 0.37; 'could': 0.37; 'received:209.85': 0.38; 'useful': 0.38; 'itself.': 0.38; 'subject:how': 0.39; 'tasks': 0.39; 'received:209': 0.39; 'subject:: ': 0.39; 'to:addr:python.org': 0.40; 'more': 0.61; 'making': 0.65; 'taking': 0.66; '11,': 0.68; 'edition': 0.68; 'designed': 0.68; 'yourself': 0.69; 'low': 0.74; 'cpu.': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=YiUlAuGi2gppkD1LYn4mpj6Sd7P5XsJlhBA3g6y1t1U=; b=CTMWqGOdx7SFExqInoiqwEdFueRDS8VaU+LBSAhuImi+Zwhb5v26/9CXXncbNsis5i yuIyd85AEcP8G21248WStfudB33HJqLPnPGmnbNXF/IIiR/rmNNVHVq9hW0WvU9wg3oY 0I8hplsWTE/QNgfoqRlzYLJJkqRtx+gHxFtQ8=
Date Thu, 12 Jan 2012 12:24:15 +0100
From Tamer Higazi <th982a@googlemail.com>
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20120108 Thunderbird/9.0
MIME-Version 1.0
To python-list@python.org
Subject Re: how to install lxml in window xp?
References <tencent_5687A6BE049E106D6E941D4C@qq.com> <4F0E6930.6070701@googlemail.com> <CAD+XWwo8CN_ODO-8EC1X_j-m87Q7JejtFjp8wYz4AB_fwMUWng@mail.gmail.com>
In-Reply-To <CAD+XWwo8CN_ODO-8EC1X_j-m87Q7JejtFjp8wYz4AB_fwMUWng@mail.gmail.com>
Content-Type text/plain; charset=ISO-8859-15
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.4679.1326367460.27778.python-list@python.org> (permalink)
Lines 21
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1326367460 news.xs4all.nl 6854 [2001:888:2000:d::a6]:57257
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:18872

Show key headers only | View raw


Am 12.01.2012 06:08, schrieb Brian Curtin:
> On Wed, Jan 11, 2012 at 23:01, Tamer Higazi <th982a@googlemail.com> wrote:
>> Use Linux!
>> Specially Gentoo Linux!
> 
> Not a useful answer.
then take windows 7 instead of something that is no more supported by
the vendor itself.

I am running Python 64Bit on my Windows machine and almost every library
could have been installed my sides with the MSSDK and the Visual C++
2008 Express Edition compiler in the background, that tasks are invoked
automatically by easy_install.

So, instead of making yourself continuously headache for an outdated OS
I advise taking a low performance OS like, let us say, xubunutu that has
a light environment instead of gnome3 or kde4 for a WindowsXP designed CPU.



Tamer

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: how to install lxml in window xp? Tamer Higazi <th982a@googlemail.com> - 2012-01-12 12:24 +0100
  Re: how to install lxml in window xp? alex23 <wuwei23@gmail.com> - 2012-01-12 18:50 -0800
    Zealotry [was Re: how to install lxml in window xp?] Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-01-13 05:02 +0000
      Re: Zealotry [was Re: how to install lxml in window xp?] alex23 <wuwei23@gmail.com> - 2012-01-12 21:41 -0800
        Re: Zealotry [was Re: how to install lxml in window xp?] Stefan Behnel <stefan_ml@behnel.de> - 2012-01-13 08:51 +0100
        Re: Zealotry [was Re: how to install lxml in window xp?] Chris Angelico <rosuav@gmail.com> - 2012-01-13 18:57 +1100
        Re: Zealotry [was Re: how to install lxml in window xp?] Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-01-13 11:22 +0000
      Re: Zealotry [was Re: how to install lxml in window xp?] alex23 <wuwei23@gmail.com> - 2012-01-12 21:47 -0800
        Re: Zealotry [was Re: how to install lxml in window xp?] Noah Hall <noah.hall@fuduntu.org> - 2012-01-13 07:29 +0000
        Re: Zealotry [was Re: how to install lxml in window xp?] (OT) Stefan Behnel <stefan_ml@behnel.de> - 2012-01-13 08:54 +0100
        Re: Zealotry [was Re: how to install lxml in window xp?] (OT) Noah Hall <enalicho@gmail.com> - 2012-01-13 08:20 +0000
      Re: Zealotry Ben Finney <ben+python@benfinney.id.au> - 2012-01-13 17:02 +1100
        Re: Zealotry Chris Angelico <rosuav@gmail.com> - 2012-01-13 17:17 +1100
        Re: Zealotry Jean-Michel Pichavant <jeanmichel@sequans.com> - 2012-01-13 11:34 +0100
        Re: Zealotry Chris Angelico <rosuav@gmail.com> - 2012-01-13 21:51 +1100
        Re: Zealotry Jean-Michel Pichavant <jeanmichel@sequans.com> - 2012-01-13 13:11 +0100
          Re: Zealotry Tony the Tiger <tony@tiger.invalid> - 2012-01-13 18:49 -0600
      Re: Zealotry [was Re: how to install lxml in window xp?] John Gordon <gordon@panix.com> - 2012-01-13 15:32 +0000
        Re: Zealotry [was Re: how to install lxml in window xp?] Tamer Higazi <th982a@googlemail.com> - 2012-01-13 21:07 +0100
        Re: Zealotry [was Re: how to install lxml in window xp?] Noah Hall <noah.hall@fuduntu.org> - 2012-01-13 20:42 +0000
        Re: Zealotry [was Re: how to install lxml in window xp?] Terry Reedy <tjreedy@udel.edu> - 2012-01-13 21:39 -0500
        Re: Zealotry [was Re: how to install lxml in window xp?] Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-01-14 04:19 +0000
        Re: Zealotry [was Re: how to install lxml in window xp?] Noah Hall <noah.hall@fuduntu.org> - 2012-01-14 13:44 +0000

csiph-web