Re: [Python-Dev] Tkinter problems with Tcl/Tk 8.5

2008-01-01 Thread Martin v. Löwis
> 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

Re: [Python-Dev] Tkinter problems with Tcl/Tk 8.5

2007-12-16 Thread Martin v. Löwis
> 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