Not enough arguments for format string

Paul McGuire ptmcg at austin.rr._bogus_.com
Sun Nov 19 21:59:53 EST 2006


Change:

"""%row['keywords'],row['quotation'],row['citation'],row['zid']

to

""" % (row['keywords'],row['quotation'],row['citation'],row['zid'])

-- Paul 





More information about the Python-list mailing list