pure-tk provides a basic interface between Pure and Tcl/Tk. This module allows you to execute arbitrary commands in the Tcl interpreter, set and retrieve variable values in the interpreter, and invoke Pure callbacks from Tcl/Tk.
pure-tk provides a basic interface between Pure and Tcl/Tk. This module allows you to execute arbitrary commands in the Tcl interpreter, set and retrieve variable values in the interpreter, and invoke Pure callbacks from Tcl/Tk.
To install pure-tk, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pure-tk
To see what files were installed by pure-tk, run:
port contents pure-tk
To later upgrade pure-tk, run:
sudo port selfupdate && sudo port upgrade pure-tk
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.