bug#20889: python Tkinter

2015-11-09 Thread Federico Beffa
... and the configure script for Python defines the flag '--with-tcltk-libs'. Maybe that would help... Regards, Fede

bug#20889: python Tkinter

2015-11-09 Thread Federico Beffa
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

bug#20889: python Tkinter

2015-11-09 Thread Federico Beffa
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