How to update Tcl/Tk in Python?

删除回忆录丶 提交于 2019-12-12 08:17:56

问题


Tcl and Tk in their version 8.6 have been out now for about six weeks. However, the files that can be downloaded from Tcl have a different folder structure and lack some files such as tk85.lib (or tk86.lib now) compared to the Tcl folder in Python.

My question is: How can Tcl and Tk be updated to 8.6 in Python (including the integration into Tkinter)?

The Python version is 2.7 and the operating system is Windows 7.


回答1:


I'm thinking you should report a bug and hope the next 2.7 release will

  1. Exist

  2. Be linked against the new version of Tk

(Assuming you have any real reason to want the new version in the first place, that is.)



来源:https://stackoverflow.com/questions/14740857/how-to-update-tcl-tk-in-python

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!