21 Jun 2005 20:24
Re: Help: _tkinter.createfilehandler not supported for threaded Tcl
Jeff Epler <jepler <at> unpythonic.net>
2005-06-21 18:24:19 GMT
2005-06-21 18:24:19 GMT
On Tue, Jun 21, 2005 at 08:01:56PM +0200, Michael Lange wrote: > When I googled for the traceback one of the results said: > > > If your Tcl installation is threaded, you should use > > tkapp.createfilehandler instead. > > however (on my box) I cannot find tkapp anywhere (or should it be _tkinter.tkapp ?). I think this means the .tk attribute of any widget object, or the object returned by _tkinter.create() if you aren't using Tkinter widget classes. >>> import Tkinter >>> t = Tkinter.Tk() >>> t.tk <tkapp object at 0x4018d100> Jeff
_______________________________________________ Tkinter-discuss mailing list Tkinter-discuss <at> python.org http://mail.python.org/mailman/listinfo/tkinter-discuss
RSS Feed