[issue21757] Can't reenable menus in Tkinter on Mac

Ned Deily report at bugs.python.org
Sat Jun 14 19:35:36 CEST 2014


Ned Deily added the comment:

Yes, it is a Tk bug.  The Cocoa version of Tk 8.5 that Apple has been shipping since OS X 10.6 has numerous problems that have been fixed in more recent versions of Tk 8.5.  With the current ActiveTcl 8.5.15, your test appears to work correctly.  Unfortunately, you can't easily change the version of Tcl/Tk that the Apple-supplied system Pythons use.  One option is to install the current Python 2.7.7 from the python.org binary installer along with ActiveTcl 8.5.15.  There is more information here:

https://www.python.org/download/mac/tcltk/
https://www.python.org/downloads/

----------
resolution:  -> third party
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list