Hi Jasper, On Wed, Feb 7, 2018 at 3:57 PM, Jasper Taylor <jas...@simulistics.com> wrote: > $ ls -al /usr/bin/tclsh* > > lrwxrwxrwx 1 root root 8 Nov 20 2015 /usr/bin/tclsh -> tclsh8.6 > > -rwxr-xr-x 1 root root 6336 Mar 21 2016 /usr/bin/tclsh8.5 > > -rwxr-xr-x 1 root root 6352 Jul 28 2016 /usr/bin/tclsh8.6
It's correct. > > $ which tclsh > > $ /usr/bin/tclsh It's also correct. > > % package require Tk > > can't find package Tk And this is wrong. Okay, let's dig further. Can you show the output of ldd /usr/bin/tclsh8.6 and ldd /usr/bin/wish8.6 And yes, tk8.6.0+9 works fine for me (it actually just supplies a symlink /usr/bin/wish, the actual work is done by tcl8.6 and tk8.6). Cheers! -- Sergei Golovan