Hello,
I am trying to import into a python program a TK gui designed with 
TkproE. My code is

root = Tk()
root.tk.evalfile('my_tcl_gui.tcl')

The problem at this point is that root.children is empty. It seems that 
evalfile created the gui widgets somewhere else, not inside my root 
window. How I can access from python the widget tree created by evalfile?

What I am missing? Thank for any help.

Regards,
F. Pollastri
_______________________________________________
Tkinter-discuss mailing list
[email protected]
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to