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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'mrab': 0.05; "subject:' ": 0.07; 'cc:addr:python-list': 0.09; 'any)': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'csv,': 0.16; 'earlier.': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'status.': 0.16; 'subject:type': 0.16; 'subject:when': 0.16; 'laura': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'aug': 0.20; 'cc:2**1': 0.22; 'parse': 0.22; 'xml': 0.24; 'subject:list': 0.26; 'package.': 0.27; '-0700,': 0.29; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'problem': 0.33; 'url:python': 0.33; 'url:org': 0.36; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'thank': 0.38; 'header:Message- Id:1': 0.61; 'leaving': 0.63; 'more': 0.63; 'you.': 0.64; 'between': 0.65; 'reply': 0.68; 'header:In-reply-to:1': 0.84; 'observed': 0.84 To: kbtyo cc: python-list@python.org, lac@openend.se From: Laura Creighton Subject: Re: TypeError: unhashable type: 'dict' when attempting to hash list - advice sought In-reply-to: <08236e15-4f64-4c11-a727-8a09d9beecc3@googlegroups.com> References: <1daedf03-2f17-4602-8a50-eeee98a493e9@googlegroups.com> <08236e15-4f64-4c11-a727-8a09d9beecc3@googlegroups.com> Comments: In-reply-to kbtyo message dated "Sun, 30 Aug 2015 10:34:18 -0700." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <8157.1440958849.1@fido> Content-Transfer-Encoding: quoted-printable Date: Sun, 30 Aug 2015 20:20:49 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Sun, 30 Aug 2015 20:20:53 +0200 (CEST) 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1440958858 news.xs4all.nl 23734 [2001:888:2000:d::a6]:45737 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95777 In a message of Sun, 30 Aug 2015 10:34:18 -0700, kbtyo writes: >@Laura - thank you. I observed this earlier. Please see my reply to Ben a= nd MRAB for the most up to date status. = For the more general problem of 'how do I parse my XML' download and use this package. https://pypi.python.org/pypi/xmlutils/1.1 It is all set up for reading xml and for writing csv, leaving you with the manipulation in between (if any) you need. Laura