Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!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.039 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'subject:Error': 0.07; 'subject:help': 0.07; 'python': 0.09; 'get.': 0.09; 'to:addr:comp.lang.python': 0.09; 'unexpected': 0.09; 'cc:addr :python-list': 0.10; 'bracket,': 0.16; 'minor,': 0.16; 'stem': 0.16; 'wrote:': 0.17; 'everyone,': 0.17; 'resolved': 0.17; 'skip:p 30': 0.20; 'produces': 0.22; 'cc:2**0': 0.23; 'programming': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header :In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'forgot': 0.27; 'actual': 0.28; 'post': 0.28; 'indentation': 0.29; 'included': 0.29; "i'm": 0.29; 'thursday,': 0.30; 'error': 0.30; 'code': 0.31; 'getting': 0.33; 'traceback': 0.33; 'that,': 0.34; 'version': 0.34; "can't": 0.34; 'received:google.com': 0.34; 'from:addr:googlemail.com': 0.35; 'programming.': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'really': 0.36; 'but': 0.36; 'thank': 0.36; 'does': 0.37; 'received:209': 0.37; 'data': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'received:209.85.214': 0.39; 'takes': 0.39; 'where': 0.40; 'your': 0.60; 'from:no real name:2**0': 0.60; 'first': 0.61; 'confirm': 0.64; 'august': 0.66; 'programme': 0.69; 'analysis': 0.70; 'experiment': 0.84; 'otten': 0.84; 'pickled': 0.84; 'psychology': 0.84; 'received:209.85.214.184': 0.84; 'received:mail- ob0-f184.google.com': 0.84; 'replies.': 0.84 Newsgroups: comp.lang.python Date: Thu, 2 Aug 2012 06:12:21 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=131.251.254.78; posting-account=7sF7gAoAAADBQ7vf0fwjZl2eUeD7E_xr References: User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 131.251.254.78 MIME-Version: 1.0 Subject: Re: Error help From: danielashiloh@googlemail.com To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org 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: , Message-ID: Lines: 38 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343913144 news.xs4all.nl 6873 [2001:888:2000:d::a6]:37462 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26408 On Thursday, 2 August 2012 12:18:59 UTC+1, Peter Otten wrote: > danielashiloh@googlemail.com wrote: >=20 >=20 >=20 > > This error has been bugging me for days. I know it's minor, but it's >=20 > > really getting in the way of my programming. I'm programming a data >=20 > > analysis programme for a psychology experiment which takes pickled data >=20 > > from the experiment and produces averages. For some reason python is >=20 > > insisting there is an indentation error on line 18.=20 >=20 >=20 >=20 > I can't confirm that, I get an error in line 8 >=20 >=20 >=20 > > partifipant_info=3Ddata'Participant Info'] >=20 >=20 >=20 > where you forgot the opening '['.=20 >=20 >=20 >=20 > Please post your actual code and don't forget to include a cut-and-paste= =20 >=20 > version of the traceback you get. Thank you, everyone, for the replies. It does seem to stem from that missin= g bracket, indeed the error did start coming up when I first included that = line. Do I feel silly! Incidentally, the error message I got was for an une= xpected indent. All is resolved now.