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: 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> <5f812239-e1f2-4ba6-aff3-59cf9758a787@googlegroups.com> Date: Fri, 4 Sep 2015 15:36:59 +1000 Subject: Re: XML Binding From: Chris Angelico Cc: "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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Fri, Sep 4, 2015 at 3:21 PM, Palpandi 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