Confused newbie needs help with "__init__() takes exactly 11 arguments (1 given)"

sp1d3rx at gmail.com sp1d3rx at gmail.com
Fri Aug 19 15:45:01 EDT 2005


it looks like your problem is in this line:
reviews = [Review(*[field.strip() for field in row]) for row in reader]

ouch! split that up a bit so we can understand what the heck you are
trying to do here. Also, it appears the whole thing is in these [ ] ?
why?




More information about the Python-list mailing list