Scott Smedley <scott at aao.gov.au> writes: > Is it possible to integrate/embed Python/Tk with Tcl/Tk? Most certainly. Python/Tk is *already* integrated with Tcl/Tk. There is a complete Tcl running inside _tkinter. If you have a _tkinter.tkapp object, just invoke .call on it to execute arbitrary Tcl code. Regards, Martin