TypeError: 'list' object is not callable
Asaf Las
roegltd at gmail.com
Thu Feb 6 04:24:11 EST 2014
More information about the Python-list mailing list
Thu Feb 6 04:24:11 EST 2014
- Previous message (by thread): TypeError: 'list' object is not callable
- Next message (by thread): TypeError: 'list' object is not callable
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thursday, February 6, 2014 11:11:13 AM UTC+2, wilso... at gmail.com wrote: > i follow in > http://www.dyinglovegrape.com/data_analysis/part1/1da3.php > still have error > what is the correct writing? give another name to list 'open' at line 'open= []' change it to dopen or whatever. you make name conflict with builtin function open(). Names can't be used freely.
- Previous message (by thread): TypeError: 'list' object is not callable
- Next message (by thread): TypeError: 'list' object is not callable
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list