[issue9045] 2.7rc1: 64-bit OSX installer is not built with 64-bit tkinter

Ronald Oussoren report at bugs.python.org
Tue Jun 22 08:20:43 CEST 2010


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

A patch to fix this issue would be appreciated. However, there is are two reasons why _tkinter is build for 32-bit architectures only:

1) Apple didn't ship a 64-bit Tk until OSX 10.6, and that is Tk 8.5 while earlier releases of the OS use Tk 8.4

2) Tk 8.5 on OSX 10.6 seems to break IDLE, see Issue6864

Issue8798 describes a way to get a build that works on OSX 10.5 or later and still supports 64-bit Tk (on OSX 10.6 or when the user has installed a local 64-bit copy of Tk 6.5). I don't have time to work in this myself, which is why the issue is not very detailed.

----------

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


More information about the Python-bugs-list mailing list