/usr/local/lib/python2.7/dist-packages/tables/description.pyc in __init__(self, classdict, nestedlvl, validate) 464 subclass) instance and got: "%s". Please make use of the Col(), or 465 descendant, constructor to properly initialize columns. --> 466 """ % object 467 object._v_pos = pos # Set the position of this object 468 object._v_parent = self # The parent description TypeError: Passing an incorrect value to a table column. Expected a Col (or subclass) instance and got: "ObjectAtom()". Please make use of the Col(), or descendant, constructor to properly initialize columns.