Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #41224
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <joel.goldstick@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.018 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'float': 0.05; 'list?': 0.07; "subject:' ": 0.07; 'subject:iterable': 0.09; 'cc:addr :python-list': 0.10; 'subject:not': 0.11; 'subject:object': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'email addr:gmail.com>': 0.20; 'trying': 0.21; 'cc:2**0': 0.23; 'script': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'values': 0.26; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'piece': 0.29; 'url:mailman': 0.29; "i'm": 0.29; 'url:python': 0.32; 'url:listinfo': 0.32; 'excel': 0.33; 'another': 0.33; 'received:google.com': 0.34; 'list': 0.35; 'list.': 0.35; 'but': 0.36; 'url:org': 0.36; 'subject:: ': 0.38; 'some': 0.38; 'list,': 0.39; 'url:mail': 0.40; 'first': 0.61; 'export': 0.62; '2013': 0.84; 'ana': 0.91; 'joel': 0.91; 'sheet': 0.93 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=rC9RBYEaiA1HiR39AFSWGEtah03AqeiTW8vHE/gv+yQ=; b=NYyIKyss8MwWXatUS9FKThnD0X0K+nt1AK9b4axqUM3u7FmfpIT2QkuXV/4zOLagcJ kVsHm0sbYOW1jC5CQC394qQlgnxlBmrj2QU5ejBhV7heuTt1BHSYLYL4TTi/VV6Z/Z14 9FnoV/6z0U62QGSjiaSzp7RQJy2N8ZCSo8bPxzmi/me9tnEIiURaUYD6fLRYtA/UdiFQ V0W/yPqLP83ySci0IVkRzM554dh/U7TuXzy9SS3tiWxY1tnPGL7ocfbdMNmryTJyc6iA l/VKSXEsCqRA/YirwLT1kzJ52MAOQmlOMgIT3MG+KnzMdFi0nteg2IHpgnnc0SgJsC3Z bxlA== |
| MIME-Version | 1.0 |
| X-Received | by 10.220.156.68 with SMTP id v4mr850561vcw.10.1363257857933; Thu, 14 Mar 2013 03:44:17 -0700 (PDT) |
| In-Reply-To | <225a4a3e-bb0b-406b-8feb-c845e9ab4c9a@googlegroups.com> |
| References | <3984882c-0144-47ba-af4f-b29877bc4698@googlegroups.com> <mailman.3291.1363257065.2939.python-list@python.org> <225a4a3e-bb0b-406b-8feb-c845e9ab4c9a@googlegroups.com> |
| Date | Thu, 14 Mar 2013 06:44:17 -0400 |
| Subject | Re: TypeError: 'float' object is not iterable |
| From | Joel Goldstick <joel.goldstick@gmail.com> |
| To | Ana Dionísio <anadionisio257@gmail.com> |
| Content-Type | multipart/alternative; boundary=f46d043892e15c3a5b04d7e03468 |
| Cc | "python-list@python.org" <python-list@python.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3295.1363257866.2939.python-list@python.org> (permalink) |
| Lines | 53 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1363257866 news.xs4all.nl 6921 [2001:888:2000:d::a6]:49446 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:41224 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
On Thu, Mar 14, 2013 at 6:34 AM, Ana Dionísio <anadionisio257@gmail.com>wrote: > But isn't t_amb a list? I thought that the first piece of script would > create a list. > t_amb might be a list, but t_amb[b] is apparently a number of type float that is in that list > > I'm trying to create a list named t_amb with some values that are in a > Excel sheet. And then I need to export that list to another Excel sheet > -- > http://mail.python.org/mailman/listinfo/python-list > -- Joel Goldstick http://joelgoldstick.com
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
TypeError: 'float' object is not iterable Ana Dionísio <anadionisio257@gmail.com> - 2013-03-14 03:12 -0700
Re: TypeError: 'float' object is not iterable Joel Goldstick <joel.goldstick@gmail.com> - 2013-03-14 06:31 -0400
Re: TypeError: 'float' object is not iterable Ana Dionísio <anadionisio257@gmail.com> - 2013-03-14 03:34 -0700
Re: TypeError: 'float' object is not iterable Joel Goldstick <joel.goldstick@gmail.com> - 2013-03-14 06:44 -0400
Re: TypeError: 'float' object is not iterable Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-03-14 18:09 -0400
Re: TypeError: 'float' object is not iterable Ana Dionísio <anadionisio257@gmail.com> - 2013-03-14 03:34 -0700
Re: TypeError: 'float' object is not iterable MRAB <python@mrabarnett.plus.com> - 2013-03-14 10:43 +0000
Re: TypeError: 'float' object is not iterable Chris Rebert <clp2@rebertia.com> - 2013-03-14 03:50 -0700
Re: TypeError: 'float' object is not iterable John Ladasky <john_ladasky@sbcglobal.net> - 2013-03-14 11:11 -0700
csiph-web