TypeError: 'list' object is not callable

wilsonmonde at gmail.com wilsonmonde at gmail.com
Thu Feb 6 04:11:13 EST 2014


Peter Otten於 2014年2月6日星期四UTC+8下午4時22分45秒寫道:
> wilsonmonde at gmail.com wrote:
> 
> 
> 
> > TypeError: 'list' object is not callable
> 
> 
> 
> Hint:
> 
> 
> 
> > open = []
> 
> 
> 
> [...]
> 
> 
> 
> > with open(..., "rb") as csvfile:


i follow in
http://www.dyinglovegrape.com/data_analysis/part1/1da3.php

still have error

what is the correct writing?



More information about the Python-list mailing list