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.
And finally import tkinter: from tkinter import * . Show activity on this post. Tkinter works just fine on Python 3.8.
Tkinter is a Python package which comes with many functions and methods that can be used to create an application. In order to create a tkinter application, we generally create an instance of tkinter frame, i.e., Tk(). It helps to display the root window and manages all the other components of the tkinter application.
Tkinter is the Python interface to Tk, which is the GUI toolkit for Tcl/Tk. Tcl (pronounced as tickle) is a scripting language often used in testing, prototyping, and GUI development. Tk is an open-source, cross-platform widget toolkit used by many different programming languages to build GUI programs.
I'm thinking you should report a bug and hope the next 2.7 release will
Exist
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.)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With