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
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