The problem is that PyPy does not implement something around threading that CPython does implement. While most of the CPython tkinter module is in pure python, there is a small C helper, and there is ...