I added a NoneType check for "rh" in "/usr/lib/python2.5/site-packages/reportlab/platypus/tables.py" That solves the error and the reports seem ok.
for rh in self._rowHeights: if not rh: rh = 0 if h+rh>availHeight: break if not impossible.has_key(n): split_at=n h=h+rh n=n+1 [/code] -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=39414#39414 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
