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 python-dev, r.david.murray, serhiy.storchaka, terry.reedy, zach.ware
Date 2014-04-07.11:10:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396869037.23.0.949291283736.issue20035@psf.upfronthosting.co.za>
In-reply-to
Content
TCL_VERSION should be set before call of Tcl_FindExecutable() (for correct Tcl encodings initialization). Tcl_FindExecutable() is called in PyInit__tkinter().
History
Date User Action Args
2014-04-07 11:10:37serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, r.david.murray, python-dev, zach.ware
2014-04-07 11:10:37serhiy.storchakasetmessageid: <1396869037.23.0.949291283736.issue20035@psf.upfronthosting.co.za>
2014-04-07 11:10:37serhiy.storchakalinkissue20035 messages
2014-04-07 11:10:37serhiy.storchakacreate