... and the configure script for Python defines the flag
'--with-tcltk-libs'. Maybe that would help...
Regards,
Fede
with:
$TCLLIBPATH=/gnu/store/c4rpx4050d0qkccwbzggabag403b31l3-tk-8.6.4/lib python3
it works. So I guess that 'tcl' needs a search-path-specification.
Regards,
Fede
If I start python3 and do:
---
$ python3
Python 3.4.3 (default, Oct 9 2015, 22:53:58)
[GCC 4.9.3] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tkinter
>>> root = tkinter.Tk()
Traceback (most recent c