Hi, I am using a Tktable in my python database browser program to hold the results of a query.
I have declared an ArrayVar like (IntVar) to hold the table contents. In Tcl/Tk programs I have observed that the associated table variable does *not* get "smaller" as various results are displayed in the table. My Tcl/Tk solution to this problem is to "unset" the array variable prior to refilling the rascal. Tain't clear how to do this in Python...Any suggestions? Jerry -- http://mail.python.org/mailman/listinfo/python-list