Hi, I have a Python module that redirects stdout/stderr to a Tkinter text widget. When I run this from the Python interpreter, it behaves as I expect. When I run it from a Python batch file, it also behaves as expected.
When I embed the module in a C program, the Tkinter text widget does not appear. Is there something special I must do in embedded Python programs to make Tkinter widgets appear? Bernard B. Yoo
_______________________________________________ Tkinter-discuss mailing list [email protected] http://mail.python.org/mailman/listinfo/tkinter-discuss
