Re: [Tkinter-discuss] tkinter and multiprocessing

2012-08-30 Thread Mark Summerfield
Hi, Silly me! I forgot to do the multiprocessing in a separate thread: now it works:-) On Wed, 29 Aug 2012 18:01:24 +0100 Mark Summerfield wrote: > Hi, > > I'm trying to create a Tkinter application that uses multiprocessing in > a separate module to do some work. > > In the Tkinter part I hav

[Tkinter-discuss] tkinter and multiprocessing

2012-08-29 Thread Mark Summerfield
Hi, I'm trying to create a Tkinter application that uses multiprocessing in a separate module to do some work. In the Tkinter part I have this method of my Window ttk.Frame subclass: def report(self, future): with StatusLock: # Serialize calls to Window.report() if future