I just upgraded my Linux system from wxPython 2.2.5 to 2.3.0.
Suddenly, wxGridTableBase complains that its underlying call,
wxGridTableBase_GetAttr, wants 4 args (self + 3), not, as previously,
3 (self + 2). I don't see any notes about this in Changes, so,
plunging into the code, I find that the extra arg is something called
'kind'.
I just upgraded my Linux system from wxPython 2.2.5 to 2.3.0.
Suddenly, wxGridTableBase complains that its underlying call,
wxGridTableBase_GetAttr, wants 4 args (self + 3), not, as previously,
3 (self + 2). I don't see any notes about this in Changes, so,
plunging into the code, I find that the extra arg is something called
'kind'.