Re: Problems with using queue in Tkinter application

2009-07-05 Thread Icarus
On Jul 4, 11:24 am, Peter Otten <__pete...@web.de> wrote: > Icarus wrote: > > On Jul 4, 3:21 am, Peter Otten <__pete...@web.de> wrote: > >> Icarus wrote: > >> > I'm working on a serial protocol analyzer in python.  We have an > >> > application written by someone else in MFC but we need something t

Re: Problems with using queue in Tkinter application

2009-07-04 Thread MRAB
Icarus wrote: I'm working on a serial protocol analyzer in python. We have an application written by someone else in MFC but we need something that is cross platform. I intended to implement the GUI portion in Tkinter but am having trouble. The idea is that I will read messages from the serial

Re: Problems with using queue in Tkinter application

2009-07-04 Thread Peter Otten
Icarus wrote: > On Jul 4, 3:21 am, Peter Otten <__pete...@web.de> wrote: >> Icarus wrote: >> > I'm working on a serial protocol analyzer in python. We have an >> > application written by someone else in MFC but we need something that >> > is cross platform. I intended to implement the GUI portio

Re: Problems with using queue in Tkinter application

2009-07-04 Thread Icarus
On Jul 4, 3:21 am, Peter Otten <__pete...@web.de> wrote: > Icarus wrote: > > I'm working on a serial protocol analyzer in python.  We have an > > application written by someone else in MFC but we need something that > > is cross platform.  I intended to implement the GUI portion in Tkinter > > but

Re: Problems with using queue in Tkinter application

2009-07-04 Thread Peter Otten
Icarus wrote: > I'm working on a serial protocol analyzer in python. We have an > application written by someone else in MFC but we need something that > is cross platform. I intended to implement the GUI portion in Tkinter > but am having trouble. > > The idea is that I will read messages from

Problems with using queue in Tkinter application

2009-07-03 Thread Icarus
I'm working on a serial protocol analyzer in python. We have an application written by someone else in MFC but we need something that is cross platform. I intended to implement the GUI portion in Tkinter but am having trouble. The idea is that I will read messages from the serial port and output