In article <[EMAIL PROTECTED]>,
JoeSox <[EMAIL PROTECTED]> wrote:
>
>I have two threads going
>class guiThread(threading.Thread)
>class mainThread(threading.Thread)
>
>Within the guiThread, I have an instance of class GUIFramework(Frame)
>in this Tkinter instance I have a ListBox.
>
>The second th
I have two threads going
class guiThread(threading.Thread)
class mainThread(threading.Thread)
Within the guiThread, I have an instance of class GUIFramework(Frame)
in this Tkinter instance I have a ListBox.
The second thread, mainThread, has an instance of a custom class the
will need to send out