[issue5527] multiprocessing won't work with Tkinter (under Linux)

Aki report at bugs.python.org
Fri Mar 20 19:34:41 CET 2009


New submission from Aki <akineko at users.sourceforge.net>:

Hello,

The attached test case, which uses multiprocessing module to run Tkinter
GUI process, runs flawlessly under Solaris but hung under Linux (CentOS5).

The test case is a trimmed version of much larger program but it still
exhibits the same problem.
I got a suggestion to use a function rather than a method of a class.
But it didn't make any difference.

I may have overlooked something but as far as I review my code, I
couldn't find anything that explains why the test case won't work (In
fact, it works under Solaris).

----------
components: Library (Lib)
files: tk_test.py
messages: 83867
nosy: akineko
severity: normal
status: open
title: multiprocessing won't work with Tkinter (under Linux)
type: crash
versions: Python 2.6
Added file: http://bugs.python.org/file13383/tk_test.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5527>
_______________________________________


More information about the Python-bugs-list mailing list