This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients ned.deily, ronaldoussoren, srid
Date 2010-06-22.06:20:41
SpamBayes Score 0.049594596
Marked as misclassified No
Message-id <1277187643.56.0.616546352082.issue9045@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-06-22 06:20:43ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, srid
2010-06-22 06:20:43ronaldoussorensetmessageid: <1277187643.56.0.616546352082.issue9045@psf.upfronthosting.co.za>
2010-06-22 06:20:42ronaldoussorenlinkissue9045 messages
2010-06-22 06:20:41ronaldoussorencreate