aoi.leslie added the comment:
Setting the config has no problem. Only reading has.
The config is read from Tk at line 1270 by code
res = self.tk.call('grid',
command, self._w, index)
. If each of the four options (minsize, pad, uniform, and weight
New submission from aoi.leslie :
Symptom:
When use tkinter Widget class's rowconfigure or columnconfigure function (The
two functions are defined in baseclass Misc.) to get the setting for a row or
column (The setting is a dict containing fields 'minsize', 'pad', '