Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #41241
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: TypeError: 'float' object is not iterable |
| Date | 2013-03-14 18:09 -0400 |
| Organization | > Bestiaria Support Staff < |
| References | <3984882c-0144-47ba-af4f-b29877bc4698@googlegroups.com> <mailman.3291.1363257065.2939.python-list@python.org> <225a4a3e-bb0b-406b-8feb-c845e9ab4c9a@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3321.1363298981.2939.python-list@python.org> (permalink) |
On Thu, 14 Mar 2013 03:34:57 -0700 (PDT), Ana Dionísio
<anadionisio257@gmail.com> declaimed the following in
gmane.comp.python.general:
> But isn't t_amb a list? I thought that the first piece of script would create a list.
>
t_amb likely is a list, yes...
BUT t_amb[b] is ONE ELEMENT OF THE LIST.
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.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