[Tkinter-discuss] Help: _tkinter.createfilehandler not supported for threaded Tcl

Jeff Epler jepler at unpythonic.net
Tue Jun 21 20:24:19 CEST 2005


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mail.python.org/pipermail/tkinter-discuss/attachments/20050621/e3f08b93/attachment.pgp


More information about the Tkinter-discuss mailing list