Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Saran Ahluwalia Newsgroups: comp.lang.python Subject: Re: Understanding " 'xml.etree.ElementTree.Element' does not support the buffer interface" Date: Sun, 10 Jan 2016 10:46:39 -0500 Lines: 36 Message-ID: References: <876e5e0c-42c4-416a-90c0-ac2641e81949@googlegroups.com> <56927670$0$1616$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de WGFp7NOQF3pZAlSi83W3EgOHWRjFx5Hn0/joyZg8loEQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'line:': 0.07; "subject:' ": 0.07; 'cc:addr:python-list': 0.09; 'jan': 0.11; 'subject:not': 0.11; 'subject: \n ': 0.15; '2016': 0.16; 'cc:name:python': 0.16; 'from:addr:ahlusar.ahluwalia': 0.16; 'from:name:saran ahluwalia': 0.16; 'last)': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'to:addr:pearwood.info': 0.16; "to:name:steven d'aprano": 0.16; 'traceback.': 0.16; 'wrote:': 0.16; '>': 0.18; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'subject:support': 0.22; 'am,': 0.23; '(most': 0.24; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'error': 0.27; 'message-id:@mail.gmail.com': 0.27; 'url:mailman': 0.30; 'code': 0.30; 'error.': 0.31; 'url:python': 0.33; 'message.': 0.33; 'curious': 0.33; "d'aprano": 0.33; 'steven': 0.33; 'traceback': 0.33; 'url:listinfo': 0.34; 'received:google.com': 0.35; 'skip:( 30': 0.35; 'received:74.125.82': 0.35; 'there': 0.36; 'url:org': 0.36; 'subject:: ': 0.37; 'starting': 0.37; 'end': 0.39; 'why': 0.39; 'sure': 0.39; 'does': 0.39; 'subject:the': 0.39; 'url:mail': 0.40; 'your': 0.60; 'entire': 0.61; 'caused': 0.61; 'show': 0.62; 'information': 0.63; 'us,': 0.69; 'receive': 0.71 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=VTJG1oFYbabzkn/te8MgzHiSDWWr2RQuVcac+XaQiaE=; b=qyMkhfR1l7wzi3lrPQ2AELEWGsL2OQEE+AQAXKLhms1BXLUXwhw1a0CFZwiq61m/OY t5AINmQ3uHsF+oMFtPgSqoGj75dwfEW0vVcW231vO2w1wWg/LvU+Xdda0dvk3Kab6jAD m/+ZqAzjA4v88xkvKdx8SzExB4HF6L94WjEg60GXv3c6iC041x74nt/pW5uFT6k+Q2Bk JVS0OP4JeNgEeSwkFVvErvh8s1qrKPChbTsTi6i8yCEp+DhSwsA3eyVfSwKFyV4ysqy2 i+Lvgrop/UzpzhytRglfjEEDwRuLH/zv187FcIgSDGlYCo5AzYvlDRkLW2nwabfL39Kf Ge2Q== X-Received: by 10.28.47.213 with SMTP id v204mr8399804wmv.69.1452440818611; Sun, 10 Jan 2016 07:46:58 -0800 (PST) In-Reply-To: <56927670$0$1616$c3e8da3$5496439d@news.astraweb.com> X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ 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: , Xref: csiph.com comp.lang.python:101438 Hi Steven: That is the only message (*xml.etree.ElementTree.Element' does not support the buffer interface"*). There is no traceback. My apologies for not clarifying previously. On Sun, Jan 10, 2016 at 10:19 AM, Steven D'Aprano wrote: > On Mon, 11 Jan 2016 02:04 am, kbtyo wrote: > > > Hello Everyone: > > > > I am curious to know why I receive the aforementioned message. > > > It is impossible to be sure from the information you have given us, since > we > do not know which line of code caused the error. > > Please copy and paste the ENTIRE traceback, starting from the line: > > Traceback (most recent call last) > > to the end of the error message. This will (hopefully) show us which line > of > your code caused the error. > > > > -- > Steven > > -- > https://mail.python.org/mailman/listinfo/python-list >