Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #26404
| From | Peter Otten <__peter__@web.de> |
|---|---|
| Subject | Re: Error help |
| Date | 2012-08-02 13:18 +0200 |
| Organization | None |
| References | <ec01d1a9-f9e4-41ef-9e8a-71787bcd1aa9@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2871.1343906691.4697.python-list@python.org> (permalink) |
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.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Error help danielashiloh@googlemail.com - 2012-08-02 03:58 -0700
Re: Error help marmata@gmail.com - 2012-08-02 04:23 -0700
Re: Error help Peter Otten <__peter__@web.de> - 2012-08-02 13:18 +0200
Re: Error help danielashiloh@googlemail.com - 2012-08-02 06:12 -0700
Re: Error help danielashiloh@googlemail.com - 2012-08-02 06:12 -0700
Re: Error help Dave Angel <d@davea.name> - 2012-08-02 07:27 -0400
Re: Error help Philipp Hagemeister <phihag@phihag.de> - 2012-08-02 13:34 +0200
csiph-web