Python Forum

Full Version: Install snit and tklib to included Tcl/Tk
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, I've been exploring some of the widgets in tklib but I've found that getting it installed on a mac is rather troublesome. On one machine I have installed python 3 via the installer from python.org and then downloaded and installed tklib from tclcore. (I actually moved the resulting tklib0.6 folder to the /Library/Frameworks/Python.framework/Versions/3.7/lib folder and it seems to find it). But I'm getting an error [when trying to instantiate a widget] about not finding snit. It appears that tcllib is not included with the Python provided Tcl/Tk so snit is not available. But I'm a bit confused about how to install tcllib at this point. Does anyone have some insight?