Some oddities in 2.3b1, esp. with Tkinter
Russell E. Owen
owen at nojunk.invalid
Thu May 1 19:50:39 EDT 2003
In article <m3bryn5m71.fsf at mira.informatik.hu-berlin.de>,
martin at v.loewis.de (Martin v. Lowis) wrote:
>The ".tk" attribute of any widget will be a tkapp object.
Using Tkinter.Frame().tk.createfilehandler(myPythonSocket, ....) to
replace _tkinter.createfilehandler(myPythonSocket, ...) worked
perfectly. Thanks! I'll update my Tkinter folklore page when I get a
chance.
My Tkinter app now appears to be 100% compatible with Python 2.3b1.
Getting the sockets working was the only thing that worried me; I'm very
relieved it was so easy to fix.
-- Russell
More information about the Python-list
mailing list