X-Received: by 10.224.88.200 with SMTP id b8mr38084703qam.8.1367174001940; Sun, 28 Apr 2013 11:33:21 -0700 (PDT) X-Received: by 10.49.94.168 with SMTP id dd8mr4373657qeb.30.1367174001824; Sun, 28 Apr 2013 11:33:21 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!s14no527647qam.0!news-out.google.com!ef9ni28916qab.0!nntp.google.com!s14no527644qam.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.python Date: Sun, 28 Apr 2013 11:33:21 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=88.169.159.132; posting-account=6PGjhQoAAABeR_4Ohs9W3d5ZVdcv-J53 NNTP-Posting-Host: 88.169.159.132 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7df67006-2176-42cb-a8ce-95a72339e7e2@googlegroups.com> Subject: Unwanted window spawns when using Tkinter with multiprocessing. From: alternative00@rocketmail.com Injection-Date: Sun, 28 Apr 2013 18:33:21 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: csiph.com comp.lang.python:44473 Hi everyone, I'm trying to use multiprocessing to avoid Python's GIL but with Tkinter, i= nstead of running my main function, it spawns new windows. In fact, my fuct= ion is used everytime I press a specified key, but with multiprocessing I o= nly get a new window when I hit a key. Does anyone have a solution ?