简体   繁体   English

如何在Python中更新Tcl / Tk?

[英]How to update Tcl/Tk in Python?

Tcl and Tk in their version 8.6 have been out now for about six weeks. 他们的8.6版本中的Tcl和Tk已经出现了大约六周。 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. 但是,可以从Tcl下载的文件具有不同的文件夹结构,并且缺少某些文件,例如tk85.lib (或现在的tk86.lib ),而不是Python中的Tcl文件夹。

My question is: How can Tcl and Tk be updated to 8.6 in Python (including the integration into Tkinter)? 我的问题是:如何在Python中将Tcl和Tk更新为8.6(包括集成到Tkinter)?

The Python version is 2.7 and the operating system is Windows 7. Python版本为2.7,操作系统为Windows 7。

I'm thinking you should report a bug and hope the next 2.7 release will 我想你应该报告一个错误,并希望下一个2.7发布版本

  1. Exist 存在

  2. Be linked against the new version of Tk 与新版Tk相关联

(Assuming you have any real reason to want the new version in the first place, that is.) (假设你有任何真正的理由想要新版本,那就是。)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM