TypeError: 'float' object is not iterable

Joel Goldstick joel.goldstick at gmail.com
Thu Mar 14 06:44:17 EDT 2013


On Thu, Mar 14, 2013 at 6:34 AM, Ana Dionísio <anadionisio257 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20130314/8feb4e09/attachment.html>


More information about the Python-list mailing list