[reportlab-users] Re: Font Naming Problems
Timothy Smith
timothy at open-networks.net
Wed Jul 13 04:51:11 EDT 2005
i have a situation where i'm using a list of lists for a data in a
table, then deleteing some elements from it and reusing it, and i'm
getting this error. i'm double triple checked all the rows in it are the
same lenght, so i'm a bit stumped as to what this error means.
File
"/usr/local/lib/python2.3/site-packages/reportlab/platypus/tables.py",
line 419, in _hasVariWidthElements
value = self._cellvalues[row][col]
IndexError: list index out of range
More information about the reportlab-users
mailing list