Re: Tkinter program with a usable interpreter console

2007-07-27 Thread Ivan Johansen
t this: http://lfw.org/python/Console.py I haven't really used it myself yet, but it looks really great. Ivan Johansen -- http://mail.python.org/mailman/listinfo/python-list

Embedding Python with Tkinter

2007-01-11 Thread Ivan Johansen
create a new dialog with Tkinter, I have to create it without a parent, which causes it to be shown in the task bar and I cannot make it modal. Does anyone know how to create a Tkinter window as a child of a window that was not created by Tkinter? Ivan Johansen -- http://mail.python.org/mailman