tclpython
tclpython copied to clipboard
Tcl package that provides access to a Python interpreter
Raspberry pi Zero [pidev]: cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)" NAME="Raspbian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs" [pidev]: make PKG_NAME=tclpython3 test TCLLIBPATH=build/tclpython3/tclpython3 tclsh test/test.tcl tclpython3 ----...
The tclpython used to provide access to the original Tcl interpreter from within the Python environment. This was done by automatically importing a `tcl` module into the namespace. #3 removed...