From mboxrd@z Thu Jan 1 00:00:00 1970 From: brettg@posteo.net Subject: bug#34772: Python tkinter Date: Wed, 06 Mar 2019 20:48:16 +0100 Message-ID: <2e670b58b9cbcae884ece3be864f11d7@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:33887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h1cXJ-0007h6-Ck for bug-guix@gnu.org; Wed, 06 Mar 2019 14:49:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h1cXG-0002Is-L6 for bug-guix@gnu.org; Wed, 06 Mar 2019 14:49:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:49386) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h1cXG-0002H8-8Z for bug-guix@gnu.org; Wed, 06 Mar 2019 14:49:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h1cXG-0001cg-1M for bug-guix@gnu.org; Wed, 06 Mar 2019 14:49:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:32863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h1cWe-0007CZ-BL for Bug-guix@gnu.org; Wed, 06 Mar 2019 14:48:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h1cWd-0001g3-HO for Bug-guix@gnu.org; Wed, 06 Mar 2019 14:48:24 -0500 Received: from mout01.posteo.de ([185.67.36.65]:45989) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h1cWd-0001UN-8u for Bug-guix@gnu.org; Wed, 06 Mar 2019 14:48:23 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id B36A416005E for ; Wed, 6 Mar 2019 20:48:17 +0100 (CET) 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" To: Bug guix , Guix-devel Hello all, I am having an issue getting tkinter to work for our python build. brettg@guixsd ~/Repos/CS101/Prog4$ python3 main.py Traceback (most recent call last): File "main.py", line 50, in import windowUtilMod File "/home/brettg/Repos/CS101/Prog4/windowUtilMod.py", line 4, in import tkinter as tk File "/gnu/store/9z98cvjm7p7z21xdid1ryydxy5vyz6wr-python-3.7.0/lib/python3.7/tkinter/__init__.py", line 36, in import _tkinter # If this fails your Python may not be configured for Tk ModuleNotFoundError: No module named '_tkinter' Anybody have any ideas? Please reply to the bug report number. Brett