It cannot be. The former traceback said:
File
"/home/fvillarroel/www/web2py/applications/administrador/models/plugin_powertable.py",
line 178, in __init__
headers[c] = sqlrows.db[t][f].label
now this line does not exist any more. Please report the complete traceback.
On Monday, October 8, 2012 12:23:25 PM UTC-5, Don_X wrote:
>
>
> Same as above Massimo ... it gives the exact same traceback as above ...
>
> and the lines that I have changed are from line no 177 to 185 as follows :
>>
> elif headers=='labels':
> headers = {}
> for c in columns:
> (t,f) = c.split('.')
> table = sqlrows.db[t]
> if f in table.fields:
> headers[c] = table[f].label
> else:
> headers[c] = virtuallabels.get(c,capitalizefieldname(c
> ))
>
>
>
--