]> granicus.if.org Git - python/commit
Mods by Tony Lownds (patch 490100, slightly massaged by me) to make Tkinter
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 9 Dec 2001 23:15:56 +0000 (23:15 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 9 Dec 2001 23:15:56 +0000 (23:15 +0000)
commitcb85244228ed9261eceb71f31cd825bfcb617a70
tree3a3cb03790e09949af696a7517292cc846b2012b
parentedeea04bfd8342c5339cea701d9c6c08186a1cdb
Mods by Tony Lownds (patch 490100, slightly massaged by me) to make Tkinter
work with Mac OS X Aqua-Tk, all nicely within ifdefs.

The process is not for the faint of heart, though: you need to download
and install the (alfa) Aqua-Tk, obtain a few needed X11 headers from
somewhere else and then everything builds. To run scripts using Tkinter
you must build with --enable-framework, build Python.app in Mac/OSX
and run your Tkinter scripts with that. Then, about half the tests in
Demo/tkinter work (or at least do something).

Checking this in anyway because it shouldn't break anything, and newer
versions of Aqua-Tk will streamline the process.
Modules/_tkinter.c
Modules/tkappinit.c