Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; "subject:' ": 0.07; 'other,': 0.09; 'sep': 0.09; 'accordingly.': 0.13; 'sat,': 0.15; 'doing,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'general.': 0.16; 'subject:object': 0.16; 'wrote:': 0.17; 'thanks.': 0.21; 'received:209.85.214.174': 0.21; '15,': 0.23; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'possibly': 0.27; 'message-id:@mail.gmail.com': 0.27; 'subject:list': 0.28; 'helpful.': 0.29; 'mirror': 0.29; 'really,': 0.29; 'usually': 0.30; 'error': 0.30; 'problem': 0.33; 'to:addr :python-list': 0.33; 'another': 0.33; 'received:google.com': 0.34; 'list': 0.35; 'so,': 0.35; 'too.': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'add': 0.36; 'but': 0.36; 'alone': 0.36; 'too': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'google': 0.39; 'header:Received:5': 0.40; 'your': 0.60; "you'll": 0.62; 'solve': 0.62; 'explanations': 0.65; 'subject:skip:A 10': 0.75; 'fun!': 0.95 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:to :content-type; bh=kIcbs0MPnTYCdGk29Edswvdos1JAp3KBzVVni22eMO4=; b=UOMW23usWumZgv3i4fUfJaXaOKFtBFgDx+B25ZSRUaOlS2VwwFzi7DvaWG0iRNT7mu NHzPhewyF1d7j0rTVk6GwVjkgEqqjrejrShkDRyVDw3r2JwHgkJYtu7F7h6Jsp6Db3HR lSrtDWEo/w0lBkLGdj5PU7GpasaKB4GX9YwM6Vb48MriYbLtw+5m/ogD8aLw2vk1PYUa YpCvj8obMhwBPyChnVeHDsO+rQkF5VpXua1TcL98IA7dtxqUnqwEiapBC+x7tjI30ZM9 tW5/d7BuhAxMCSIPprtP08qDW81eA9MT/yqh/TAkZ0tmKn1cRNXbnGuTQtWiSc7vkrnE CZCA== MIME-Version: 1.0 In-Reply-To: <97d64651-37c4-4930-a539-b7a51f2f6fc2@googlegroups.com> References: <113e44c3-cd53-4536-a60c-0363bf83a8ec@googlegroups.com> <97d64651-37c4-4930-a539-b7a51f2f6fc2@googlegroups.com> Date: Sat, 15 Sep 2012 01:19:24 +1000 Subject: Re: AttributeError: 'list' object has no attribute 'lower' From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 1347635966 news.xs4all.nl 6878 [2001:888:2000:d::a6]:33900 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29173 On Sat, Sep 15, 2012 at 1:01 AM, Token Type wrote: > Thanks. By the way, do we have a list of explanations of error message? If so, whenever we come across error message, we can refer to it and solve the problem accordingly. Not really, but if you paste the message into Google or DuckDuckGo or another web search engine, you'll usually find something helpful. Possibly add a few keywords about what you're doing, if the message alone is too general. By the way, you don't need to include both comp.lang.python and python-list in your addressees; they mirror each other, so sending to one will make it arrive on the other too. Have fun! ChrisA