From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: bug#20889: python Tkinter Date: Mon, 9 Nov 2015 10:42:39 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zviyf-0007dB-8p for bug-guix@gnu.org; Mon, 09 Nov 2015 04:43:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zviyb-0008Kw-Vt for bug-guix@gnu.org; Mon, 09 Nov 2015 04:43:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:39278) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zviyb-0008Kq-Ra for bug-guix@gnu.org; Mon, 09 Nov 2015 04:43:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Zviyb-0006y1-N8 for bug-guix@gnu.org; Mon, 09 Nov 2015 04:43:01 -0500 In-Reply-To: Sender: "Debbugs-submit" Resent-Message-ID: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 20889@debbugs.gnu.org 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 call last): File "", line 1, in File "/gnu/store/y5x6c38fzrbfl80jxrgjd6py2k88x12a-python-3.4.3/lib/python3.4/tkinter/__init__.py", line 1851, in __init__ self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use) _tkinter.TclError: Can't find a usable tk.tcl in the following directories: /gnu/store/sd4fcdk9yzh1s0230fjx1yfwk9pl71bf-tcl-8.6.4/lib/tcl8.6/tk8.6 /gnu/store/sd4fcdk9yzh1s0230fjx1yfwk9pl71bf-tcl-8.6.4/lib/tk8.6 /gnu/store/y5x6c38fzrbfl80jxrgjd6py2k88x12a-python-3.4.3/lib/tk8.6 /gnu/store/lib/tk8.6 /gnu/store/y5x6c38fzrbfl80jxrgjd6py2k88x12a-python-3.4.3/library This probably means that tk wasn't installed properly. ------------------------------------------------------- Did you successfully test it? Regards, Fede