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


Groups > comp.lang.python > #96008

Re: XML Binding

Path csiph.com!eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.029
X-Spam-Evidence '*H*': 0.94; '*S*': 0.00; 'url:pypi': 0.03; 'pypi': 0.07; 'cc:addr:python-list': 0.09; 'python': 0.10; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; "isn't.": 0.16; 'subject:XML': 0.16; 'wrote:': 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'sep': 0.22; 'header :In-Reply-To:1': 0.24; 'install': 0.25; 'supported': 0.27; 'fri,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'good.': 0.32; 'older': 0.32; 'possibly': 0.32; 'url:python': 0.33; 'received:google.com': 0.35; 'but': 0.36; 'should': 0.36; 'url:org': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'thanks': 0.37; 'version': 0.38; 'url:3': 0.60; 'latest': 0.64; 'url:6': 0.66; 'upgrading': 0.72; '2.5.': 0.84; '2.7.': 0.84; 'chrisa': 0.84; 'to:none': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=hp5YYJnve42XoskoeXtooVA16G21OxQIC4NvMHl8mQM=; b=tn/mkgVI3ZsJQgxFAf2ZwKAtRJwt1mDt44LA+ywwmB2VnF2zLYV8p38rgsMM/3Q15J 2VQ6HSQ0NmffZTi7UiSzs3OEDOyLcafds5y4TtliklGjLOVlQIIq8In8mnXK7c6wvqq0 zyIurpCum4v8wHHosVs800kLaSsh+U13mmYrI78d/Rn8GaM3UPwsYTsuBZBw9GGK7MLI GQnCKjhvvEqPMxHKCg5LCdlhMqLpVxKA68atcOR3LLf/fK9i86XlIcaAsZWC9TGdTbfp 1zv6jsDjNKKI7CX2H2Lgglgr61dpeWrKYc08UMuiRoXiQbK99A3YtGdMrQNasyFcztgi A5Ow==
MIME-Version 1.0
X-Received by 10.107.132.144 with SMTP id o16mr3359252ioi.31.1441345019718; Thu, 03 Sep 2015 22:36:59 -0700 (PDT)
In-Reply-To <5f812239-e1f2-4ba6-aff3-59cf9758a787@googlegroups.com>
References <8e17ef7d-a08d-42bf-a56c-0a886d620130@googlegroups.com> <mailman.96.1441310503.8327.python-list@python.org> <5f812239-e1f2-4ba6-aff3-59cf9758a787@googlegroups.com>
Date Fri, 4 Sep 2015 15:36:59 +1000
Subject Re: XML Binding
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.126.1441345022.8327.python-list@python.org> (permalink)
Lines 13
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1441345022 news.xs4all.nl 23806 [2001:888:2000:d::a6]:33025
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:96008

Show key headers only | View raw


On Fri, Sep 4, 2015 at 3:21 PM, Palpandi <palpandi111@gmail.com> wrote:
> Thanks Burak.
>
> lmxl is good. But it is not supported with python 2.5. Any other option?

The latest version isn't. But PyPI has an older version which is:

https://pypi.python.org/pypi/lxml/3.3.6

You should be able to install that into a Python 2.5. Though if you
possibly can, I would recommend upgrading to 2.7.

ChrisA

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


Thread

XML Binding Palpandi <palpandi111@gmail.com> - 2015-09-03 09:54 -0700
  Re: XML Binding Burak Arslan <burak.arslan@arskom.com.tr> - 2015-09-03 22:54 +0300
    Re: XML Binding Palpandi <palpandi111@gmail.com> - 2015-09-03 22:21 -0700
      Re: XML Binding Chris Angelico <rosuav@gmail.com> - 2015-09-04 15:36 +1000
      Re: XML Binding Laura Creighton <lac@openend.se> - 2015-09-04 08:46 +0200
      Re: XML Binding Laura Creighton <lac@openend.se> - 2015-09-04 08:54 +0200
  Re: XML Binding Lorenzo Sutton <lorenzofsutton@gmail.com> - 2015-09-04 10:11 +0200
  Re: XML Binding Palpandi <palpandi111@gmail.com> - 2015-09-07 06:42 -0700
    Re: XML Binding dieter <dieter@handshake.de> - 2015-09-09 10:20 +0200
    Re: XML Binding Stefan Behnel <stefan_ml@behnel.de> - 2015-09-09 11:44 +0200
    Re: XML Binding dieter <dieter@handshake.de> - 2015-09-10 08:30 +0200
  Re: XML Binding harirammanohar159@gmail.com - 2015-09-09 02:00 -0700
  Re: XML Binding Michele Simionato <michele.simionato@gmail.com> - 2015-09-10 23:47 -0700

csiph-web