[issue7190] Problems running threaded Tkinter program under OS X IDLE

Ronald Oussoren report at bugs.python.org
Wed Nov 11 08:20:12 CET 2009


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

The "graphics" module runs Tk in a separate thread, which means it 
accesses the Apple GUI frameworks from a thread that is not the main 
thread. 

This is AFAIK not supported by Apple, which would explain why it doesn't 
work.

I'll look for a link to the relevant Apple documentation before closing 
this.

----------

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


More information about the Python-bugs-list mailing list