Tkinter.createfilehandler analog for Windows?

Andrew Kuchling akuchlin at mems-exchange.org
Mon Feb 25 18:04:04 EST 2002


The Tkinter.createfilehandler() method isn't supported on Windows,
only Unix and Mac.  So, when confronted with moving a Python program
that uses createfilehandler() to Windows, what do people do?  Use
threads?  Use Tcl's channel C API (but that seems inaccessible from
Python)?  Something completely different?

--amk                                                  (www.amk.ca)
Jenkins! Chap with the wings there -- five rounds rapid.
    -- The Brigadier, in "The Daemons"




More information about the Python-list mailing list