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 serhiy.storchaka
Recipients markroseman, ncoghlan, python-dev, serhiy.storchaka, terry.reedy
Date 2015-08-02.10:27:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438511230.5.0.806522799759.issue24759@psf.upfronthosting.co.za>
In-reply-to
Content
Note also that committed patch doesn't work at all. "from tkinter import ttk" doesn't raise an exception with Tcl/Tk 8.4. See my patch in issue24750 that does working check.

I consider impractical complex code for supporting 8.4 and ttk too. But in simplest cases this can be done easy.
History
Date User Action Args
2015-08-02 10:27:10serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, ncoghlan, markroseman, python-dev
2015-08-02 10:27:10serhiy.storchakasetmessageid: <1438511230.5.0.806522799759.issue24759@psf.upfronthosting.co.za>
2015-08-02 10:27:10serhiy.storchakalinkissue24759 messages
2015-08-02 10:27:10serhiy.storchakacreate