Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Error': 0.07; 'subject:help': 0.07; 'python': 0.09; 'get.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'message- id:@dough.gmane.org': 0.16; 'minor,': 0.16; 'received:80.91.229.3': 0.16; 'received:dip.t-dialin.net': 0.16; 'received:plane.gmane.org': 0.16; 'received:t-dialin.net': 0.16; 'wrote:': 0.17; 'skip:p 30': 0.20; 'produces': 0.22; 'programming': 0.23; 'header:User-Agent:1': 0.26; 'forgot': 0.27; 'header:X-Complaints-To:1': 0.28; 'actual': 0.28; 'post': 0.28; 'indentation': 0.29; "i'm": 0.29; 'error': 0.30; 'code': 0.31; 'getting': 0.33; 'traceback': 0.33; 'to:addr:python-list': 0.33; 'that,': 0.34; 'version': 0.34; "can't": 0.34; 'programming.': 0.35; 'there': 0.35; 'received:org': 0.36; 'really': 0.36; 'but': 0.36; 'data': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'takes': 0.39; 'where': 0.40; 'header:Received:5': 0.40; 'your': 0.60; 'confirm': 0.64; 'programme': 0.69; 'analysis': 0.70; 'experiment': 0.84; 'pickled': 0.84; 'psychology': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Peter Otten <__peter__@web.de> Subject: Re: Error help Date: Thu, 02 Aug 2012 13:18:59 +0200 Organization: None References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Gmane-NNTP-Posting-Host: p5084a93c.dip.t-dialin.net User-Agent: KNode/4.7.3 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343906691 news.xs4all.nl 6955 [2001:888:2000:d::a6]:46226 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26404 danielashiloh@googlemail.com wrote: > This error has been bugging me for days. I know it's minor, but it's > really getting in the way of my programming. I'm programming a data > analysis programme for a psychology experiment which takes pickled data > from the experiment and produces averages. For some reason python is > insisting there is an indentation error on line 18. I can't confirm that, I get an error in line 8 > partifipant_info=data'Participant Info'] where you forgot the opening '['. Please post your actual code and don't forget to include a cut-and-paste version of the traceback you get.