Re: Tkinter program with a usable interpreter console

2007-07-28 Thread beginner
On Jul 27, 6:17 pm, Ivan Johansen <[EMAIL PROTECTED]> wrote: > 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 >

Re: Tkinter program with a usable interpreter console

2007-07-27 Thread Ivan Johansen
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.