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 gpolo
Recipients eric.smith, gpolo
Date 2009-02-06.19:34:42
SpamBayes Score 1.8913981e-05
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Here is a better patch, for some definition of better.

It syncs the failed attempt to load tk that may occur in
_tkinter.Tkapp_TkInit, _tkinter.Tcl_AppInit and tkappinit.Tcl_AppInit.
And that is done only for tk < 8.4.14 now.

Said that, I'm a bit worried about the (new macro) TK_VERSION_HEX in
_tkinter and tkappinit, maybe it is time to add a _tkinter.h ?
History
Date User Action Args
2009-02-06 19:34:50gpolosetrecipients: + gpolo, eric.smith
2009-02-06 19:34:50gpolosetmessageid: <[email protected]>
2009-02-06 19:34:48gpololinkissue5122 messages
2009-02-06 19:34:47gpolocreate