> It seems very peculiar how the text widget's bbox is returning a
> Python-like list and therefore breaking the Tcl callback. I haven't
> thus far been able to determine which python method is causing that,
> or if it's something related to the hooks you have added. The same
> problem do
> It also has been suggested by some on the Tcl core team (during
> discussions about this bug) that you probably shouldn't be using
> Tcl_GetObjType and relying on the registered Tcl_ObjTypes, however I'm
> not sure of a way to get what you need otherwise.
Hi George,
I hope I can find some