Tkinter program with a usable interpreter console

Ivan Johansen ng6 at padowan.dk
Fri Jul 27 19:17:23 EDT 2007


beginner wrote:
> The problem is that the Tkinter program ends with a .mainloop() call
> and it is not going to give back control to the command prompt. I feel
> it is almost like I need to implement the python shell myself. Is
> there any better way of doing this?

Take a look at this:
http://lfw.org/python/Console.py

I haven't really used it myself yet, but it looks really great.

Ivan Johansen



More information about the Python-list mailing list