Cookies ensure the proper functioning of the site. By using our services, you accept the use of cookies.Close

 Tkinter

Informations

Description

Python bindings to Tk Tkinter is the python extension that adds GUI capability to python. It bridges the gap between python and tcl/tk. Please note that this MUST be run with an X11 server, such as iX11 or iSSH in the Appstore. Also, the following command must be run first: <pre>export DISPLAY=127.0.0.1:0</pre> One alternative is in your pythonscript itself, do this: <pre> import os os.environ["DISPLAY"] = "127.0.0.1:0" </pre>


Version History

Packages are not hosted on our server, they could be protected or unavailable.

Earlier versions may be unavailable.


Reviews and ratings