Unwanted window spawns when using Tkinter with multiprocessing.

alternative00 at rocketmail.com alternative00 at rocketmail.com
Sun Apr 28 14:33:21 EDT 2013


Hi everyone,

I'm trying to use multiprocessing to avoid Python's GIL but with Tkinter, instead of running my main function, it spawns new windows. In fact, my fuction is used everytime I press a specified key, but with multiprocessing I only get a new window when I hit a key. Does anyone have a solution ?



More information about the Python-list mailing list