Re: Integrating a GUI with an asyncore-based server

2007-10-16 Thread Michele Simionato
On Oct 16, 2:57 pm, Giampaolo Rodola' <[EMAIL PROTECTED]> wrote: > Hi there. > Just for the heck of it I'd like to write a simple front-end for an > asyncore-based server I wrote by using Tkinter. > I wrote a simple graphical interface consisting of two buttons: "Start > server" and "Stop server".

Integrating a GUI with an asyncore-based server

2007-10-16 Thread Giampaolo Rodola'
Hi there. Just for the heck of it I'd like to write a simple front-end for an asyncore-based server I wrote by using Tkinter. I wrote a simple graphical interface consisting of two buttons: "Start server" and "Stop server". The first button should start the asyncore main loop while the second shoul

Integrating a GUI with an asyncore-based server

2007-10-16 Thread Giampaolo Rodola'
Hi there. Just for the heck of it I'd like to write a simple front-end for an asyncore-based server I wrote by using Tkinter. I wrote a simple graphical interface consisting of two buttons: "Start server" and "Stop server". The first button should start the asyncore main loop while the second shoul