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: 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> <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 To: =?UTF-8?Q?Ana_Dion=C3=ADsio?= Content-Type: multipart/alternative; boundary=f46d043892e15c3a5b04d7e03468 Cc: "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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 --f46d043892e15c3a5b04d7e03468 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, Mar 14, 2013 at 6:34 AM, Ana Dion=C3=ADsio 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 > --=20 Joel Goldstick http://joelgoldstick.com --f46d043892e15c3a5b04d7e03468 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable



On Thu, Mar 14, 2013 at 6:34 AM, Ana Dion=C3=ADsio <anadion= isio257@gmail.com> wrote:
But isn't t_amb a list? I thought that t= he first piece of script would create a list.
t_amb mi= ght 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



--
--f46d043892e15c3a5b04d7e03468--