Tkinter.createfilehandler analog for Windows?
Andrew Kuchling
akuchlin at mems-exchange.org
Mon Feb 25 18:04:04 EST 2002
More information about the Python-list mailing list
Mon Feb 25 18:04:04 EST 2002
- Previous message (by thread): Tkinter.createfilehandler analog for Windows?
- Next message (by thread): Tkinter.createfilehandler analog for Windows?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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"
- Previous message (by thread): Tkinter.createfilehandler analog for Windows?
- Next message (by thread): Tkinter.createfilehandler analog for Windows?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list