After getting Tiny Tables to work with Zope 2.0 with ZODB2 (effectivly "1.11", it won't work with ZODB3) I installed the Squishdot product. Tres cool, as Morgan would say if she could say more than "bye bye". Only problem is I get an error if I try and use either of the two style themes that require Tiny Tables (I keep wanting to type Tyny Tables) Squishdot work with the basic layout, and tiny tables works fine by itself: Traceback (innermost last): File /home/michel/dev/Michel/lib/python/ZPublisher/Publish.py, line 255, in publish_module File /home/michel/dev/Michel/lib/python/ZPublisher/Publish.py, line 161, in publish File /home/michel/dev/Michel/lib/python/ZPublisher/mapply.py, line 154, in mapply (Object: manage_addSquishdot) File /home/michel/dev/Michel/lib/python/ZPublisher/Publish.py, line 98, in call_object (Object: manage_addSquishdot) File /home/michel/dev/Michel/lib/python/Products/Squishdot/Squishdot.py, line 1464, in manage_addSquishdot (Object: ApplicationDefaultPermissions) File /home/michel/dev/Michel/lib/python/Products/Squishdot/Squishdot.py, line 405, in __init__ (Object: bipity) File /home/michel/dev/Michel/lib/python/Products/Squishdot/Squishdot.py, line 195, in addTable (Object: bipity) File /home/michel/dev/Michel/lib/python/Products/TinyTable/TinyTable.py, line 58, in addItem (Object: bipity) File /home/michel/dev/Michel/lib/python/App/special_dtml.py, line 120, in __call__ (Object: manage_main) File /home/michel/dev/Michel/lib/python/DocumentTemplate/DT_String.py, line 514, in __call__ (Object: manage_main) File /home/michel/dev/Michel/lib/python/App/special_dtml.py, line 120, in __call__ (Object: manage_tabs) File /home/michel/dev/Michel/lib/python/DocumentTemplate/DT_String.py, line 514, in __call__ (Object: manage_tabs) File /home/michel/dev/Michel/lib/python/DocumentTemplate/DT_With.py, line 133, in render (Object: _(manage_options=filtered_manage_options())) File /home/michel/dev/Michel/lib/python/DocumentTemplate/DT_Util.py, line 309, in eval (Object: _(manage_options=filtered_manage_options())) TypeError: sequence index must be integer -Michel asking a question for once