TypeError: 'list' object is not callable

Peter Otten __peter__ at web.de
Thu Feb 6 03:22:45 EST 2014


wilsonmonde at gmail.com wrote:

> TypeError: 'list' object is not callable

Hint:

> open = []

[...]

> with open(..., "rb") as csvfile:





More information about the Python-list mailing list