From unknown Mon Jun 23 16:48:20 2025 X-Loop: help-debbugs@gnu.org Subject: bug#34772: Python tkinter Resent-From: brettg@posteo.net Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 06 Mar 2019 19:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 34772 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Bug guix , Guix-devel Received: via spool by submit@debbugs.gnu.org id=B.15519017146200 (code B ref -1); Wed, 06 Mar 2019 19:49:01 +0000 Received: (at submit) by debbugs.gnu.org; 6 Mar 2019 19:48:34 +0000 Received: from localhost ([127.0.0.1]:34697 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h1cWn-0001bw-V7 for submit@debbugs.gnu.org; Wed, 06 Mar 2019 14:48:34 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46739) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h1cWk-0001bh-H1 for submit@debbugs.gnu.org; Wed, 06 Mar 2019 14:48:32 -0500 Received: from lists.gnu.org ([209.51.188.17]:49113) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h1cWf-0001hX-Ay for submit@debbugs.gnu.org; Wed, 06 Mar 2019 14:48:25 -0500 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 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1551901697; bh=bq7Tbp+Ui8bD2zsRe38MzMAjzMp9/nWoPPsiHHuXCZ8=; h=Date:From:To:Subject:From; b=rxwoTXMp4D3qw6Mo+VIL+eE1/Pg9fOvWixQSLRCl+rtZzmojgVb0MjG6vwvl2k4AE /E7o66G0EeBfDv7RwSFh5QTpWRxZ3Pk460wvejtAAcNxKa1IB38dsrz4WaHhe2n9Fi LG0BjdCDiITflXxFlzjnDWv8ELLc4yOLcO8MztI6EQKCfxGV/ZO5kbpMEP7ewE5HFT 6D6sJk822s0TpkroKor2ZwU9BDVGcZV/9Qj0z+urZFZqth2/jsbYmKW3BteqxrF0Fn AzgVPD6x5yZxc8pIl/3qAnEQrgN6RLnN/7Ca20UFjuG0geVmj6qruq+ocQaVS3++nT /x1HfFM05Gfgg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 44F47N6NtYz6tm7; Wed, 6 Mar 2019 20:48:16 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 06 Mar 2019 20:48:16 +0100 From: brettg@posteo.net Message-ID: <2e670b58b9cbcae884ece3be864f11d7@posteo.net> X-Sender: brettg@posteo.net User-Agent: Posteo Webmail X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.65 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) 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 From unknown Mon Jun 23 16:48:20 2025 X-Loop: help-debbugs@gnu.org Subject: bug#34772: Python tkinter References: <2e670b58b9cbcae884ece3be864f11d7@posteo.net> In-Reply-To: <2e670b58b9cbcae884ece3be864f11d7@posteo.net> Resent-From: "brettg@posteo.net" Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 07 Mar 2019 20:40:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34772 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Bug guix , Guix-devel Received: via spool by submit@debbugs.gnu.org id=B.155199117910554 (code B ref -1); Thu, 07 Mar 2019 20:40:01 +0000 Received: (at submit) by debbugs.gnu.org; 7 Mar 2019 20:39:39 +0000 Received: from localhost ([127.0.0.1]:35666 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h1znm-0002kA-KL for submit@debbugs.gnu.org; Thu, 07 Mar 2019 15:39:38 -0500 Received: from eggs.gnu.org ([209.51.188.92]:47551) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h1znk-0002jv-Sf for submit@debbugs.gnu.org; Thu, 07 Mar 2019 15:39:37 -0500 Received: from lists.gnu.org ([209.51.188.17]:49857) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h1znf-0006di-Ik for submit@debbugs.gnu.org; Thu, 07 Mar 2019 15:39:31 -0500 Received: from eggs.gnu.org ([209.51.188.92]:33681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h1zne-0005xj-AQ for Bug-guix@gnu.org; Thu, 07 Mar 2019 15:39:31 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,HTML_MESSAGE, RCVD_IN_DNSWL_MED,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h1znd-0006bc-8s for Bug-guix@gnu.org; Thu, 07 Mar 2019 15:39:30 -0500 Received: from mout01.posteo.de ([185.67.36.65]:48017) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h1znc-0006XO-FH for Bug-guix@gnu.org; Thu, 07 Mar 2019 15:39:29 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 1C8A016005F for ; Thu, 7 Mar 2019 21:39:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1551991165; bh=PqbZOe8fS7+5j3EQoTmPdbYVAnVf7NHm32Y6B1+1ZL8=; h=Date:Subject:From:To:From; b=NCCJZJLMxTviJTVrMFeIcYgPlVq/ykUvu0pDErnJYIU38+gb2vmAlyAaGitYUbboh 9KXiozjwYCjtQZlkEVSFJHCyZlHRoXfnMUtBO5V4bdsRmBpz5eeJEA6e3377i69MZx Oy+4Nb2lSV6PaQGdQX8WFSD2ZR10WwIlyEEtGg6h08vq7M5AT73E40HzJA6v5w2WGz n3KqK1dCYyBN/ERut6Kf00ZLfBFaj7D1GqUkO5N8+B6BvydPQxzm0dvx5uI7Qxvzso apG0y+lhBmigU5g6/Q1hXftfp8Hk96iVGDjZBsXPBNZqoY6G5W03W0jtMMT2V2QBWb wMmuojE/UxNjQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 44FjCt6Ndlz6tmQ; Thu, 7 Mar 2019 21:39:22 +0100 (CET) Date: Thu, 07 Mar 2019 14:39:18 -0600 Message-ID: From: "brettg@posteo.net" MIME-Version: 1.0 X-Priority: 3 Content-Type: multipart/alternative; boundary="--_com.lge.email_5418900642127610" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.65 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) ----_com.lge.email_5418900642127610 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Bumping this, as it has been 24 hours without a reply. I'm still not sure= what to make of this issue, and I do not have another machine to reprodu= ce it on.------ Original message------From: brettg@posteo.netDate: Wed, M= ar 6, 2019 1:50 PMTo: Bug guix;Guix-devel;Cc: Subject:bug#34772: Python t= kinterHello 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=20 import windowUtilMod File "/home/brettg/Repos/CS101/Prog4/windowUtilMod.py", line 4, in=20 import tkinter as tk File=20 "/gnu/store/9z98cvjm7p7z21xdid1ryydxy5vyz6wr-python-3.7.0/lib/python3.7/t= kinter/__init__.py",=20 line 36, in=20 import _tkinter # If this fails your Python may not be configured=20 for Tk ModuleNotFoundError: No module named '_tkinter' Anybody have any ideas? Please reply to the bug report number. Brett ----_com.lge.email_5418900642127610 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
Bumping this, as it= has been 24 hours without a reply. I'm still not sure what to make of th= is issue, and I do not have another machine to reproduce it on.
=

------ Original message----= --
Date: Wed, Mar 6, = 2019 1:50 PM
To: Bug guix;Guix-devel;
=
Cc:
Subject:bug#3= 4772: Python tkinter

Hello al=
l,

I am having an issue getting tkinter to work for our python build.

brettg@guixsd ~/Repos/CS101/Prog4$ python3 mai=
n.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=20

     import tkinter as tk
   File=20
"/gnu/store/9z98cvjm7p7z21xdid1ryydxy5vyz6wr-python-3.7.0/lib/python3.7/t=
kinter/__init__.py",=20
line 36, in 
     import _tkinter # If this fails your Python may not be configured=20
for Tk
ModuleNotFoundError: No module named '_tkinter'

Anybody have any ideas? Please reply to the bug report number.

Brett



----_com.lge.email_5418900642127610-- From unknown Mon Jun 23 16:48:20 2025 X-Loop: help-debbugs@gnu.org Subject: bug#34772: Python tkinter Resent-From: Timothy Sample Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 08 Mar 2019 01:03:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34772 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: "brettg\@posteo.net" Cc: 34772@debbugs.gnu.org Received: via spool by 34772-submit@debbugs.gnu.org id=B34772.15520069563778 (code B ref 34772); Fri, 08 Mar 2019 01:03:03 +0000 Received: (at 34772) by debbugs.gnu.org; 8 Mar 2019 01:02:36 +0000 Received: from localhost ([127.0.0.1]:35699 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h23uF-0000yr-N3 for submit@debbugs.gnu.org; Thu, 07 Mar 2019 20:02:36 -0500 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:39213) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h23uD-0000yb-Jn for 34772@debbugs.gnu.org; Thu, 07 Mar 2019 20:02:34 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id AC5AE34D3; Thu, 7 Mar 2019 20:02:27 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Thu, 07 Mar 2019 20:02:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=5WS+YqIhF/8RsFrF4S9bk2y9/bny2GXa1j/z3wESN uc=; b=TqzKvjsRjlbYmzMJCdDv6cpHiQAENTeI+qoyHe9Bi/FdYBypn8A9Z3UXh RIcTb6U4/MNpqMjckwjWkb7Hhoy3jJFN+6THJnxF9w5MUxuM1cHMU4LRCo8OgrQZ ZoyIdTsVDDCAc5ssjj8d/jbUjW4LAWno1mj+DUW64McloH//KUvTdPiYCo5iaHyr 9Id74u7mq4FO8sTn7/gUemUj8JgWkFEhXVqxNvuDoMwP5uHs9JY02vcOwdOF4KzP v6kHcWpg/lvhAQNhoYdqEHBggNTYvA855IFdnFWrk8ULq/GmEZt9IKEQRMdVBevF dvAanPW6F3UG77MLJbNycIKhkQZMw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrfeelgddvhecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufhffjgfkfgggtgfgsehtqhertddtreejnecuhfhrohhmpefvihhmohht hhihucfurghmphhlvgcuoehsrghmphhlvghtsehnghihrhhordgtohhmqeenucfkphepje egrdduudeirddukeeirdeggeenucfrrghrrghmpehmrghilhhfrhhomhepshgrmhhplhgv thesnhhghihrohdrtghomhenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from mrblack (74-116-186-44.qc.dsl.ebox.net [74.116.186.44]) by mail.messagingengine.com (Postfix) with ESMTPA id 5B2EB10331; Thu, 7 Mar 2019 20:02:26 -0500 (EST) From: Timothy Sample References: <2e670b58b9cbcae884ece3be864f11d7@posteo.net> Date: Thu, 07 Mar 2019 20:02:25 -0500 In-Reply-To: (brettg@posteo.net's message of "Thu, 07 Mar 2019 14:39:18 -0600") Message-ID: <8736nych5q.fsf@ngyro.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi Brett, "brettg@posteo.net" writes: > Bumping this, as it has been 24 hours without a reply. I'm still not > sure what to make of this issue, and I do not have another machine to > reproduce it on. > > [...] > > ModuleNotFoundError: No module named '_tkinter' > > Anybody have any ideas? Please reply to the bug report number. I looked at our Python package, and Tk support is in a separate output called =E2=80=9Ctk=E2=80=9D. I tried =E2=80=9Cguix environment --ad-hoc py= thon python:tk=E2=80=9D, and was at least able to get past this error. Are you using the =E2=80=9Ctk=E2= =80=9D output? -- Tim From unknown Mon Jun 23 16:48:20 2025 X-Loop: help-debbugs@gnu.org Subject: bug#34772: Python tkinter Resent-From: brettg@posteo.net Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 08 Mar 2019 01:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34772 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Timothy Sample Cc: 34772@debbugs.gnu.org Received: via spool by 34772-submit@debbugs.gnu.org id=B34772.15520093708310 (code B ref 34772); Fri, 08 Mar 2019 01:43:01 +0000 Received: (at 34772) by debbugs.gnu.org; 8 Mar 2019 01:42:50 +0000 Received: from localhost ([127.0.0.1]:35727 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h24XB-00029y-Vk for submit@debbugs.gnu.org; Thu, 07 Mar 2019 20:42:50 -0500 Received: from mout01.posteo.de ([185.67.36.65]:46926) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h24X8-00029A-TI for 34772@debbugs.gnu.org; Thu, 07 Mar 2019 20:42:48 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 5B27D16005D for <34772@debbugs.gnu.org>; Fri, 8 Mar 2019 02:42:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1552009360; bh=FZR1yKh5Rx3qk+7Aw8QXzFfmOB1zirvvy/mDkJyMqD8=; h=Date:From:To:Cc:Subject:From; b=aUKnMxRPBTHnHtTNvO5oRPmIPF/QXHUs6p6BMaX20RPGcBUtpqwiJBeaGaaHvYAhU 9FYYZDjckPHT1E5fRsGfbNM6zk3LydlW1EC44/qsmM6LHmO6lUj/TtID4KQpfeE4j7 j8nmwiYux9FI3QVFU7TqVfHcZp+85nS7liRcJA2MQ8TjFt7L30liszXXHKRKS+F69i 5ARTOt6smlX4UQHXeluUxiTr6ksKgovonTi+61GHuMtWHZ9t7/F2XpATI25EyQuXga wXf0CEv6kZRxMj9ngOUrgNzz/obRaoiY39wDJaLFmHbO7gB2+wnaZA1J2KDl/3KT/s /JCZlRpgpmdIQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 44Fqxq4C32z6tm7; Fri, 8 Mar 2019 02:42:39 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Date: Fri, 08 Mar 2019 02:42:35 +0100 From: brettg@posteo.net In-Reply-To: <8736nych5q.fsf@ngyro.com> References: <2e670b58b9cbcae884ece3be864f11d7@posteo.net> <8736nych5q.fsf@ngyro.com> Message-ID: <5f7e2f8ed88f8207974a6ae16cca8098@posteo.net> X-Sender: brettg@posteo.net User-Agent: Posteo Webmail X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) On 08.03.2019 02:02, Timothy Sample wrote: > Hi Brett, >=20 > "brettg@posteo.net" writes: >=20 >> Bumping this, as it has been 24 hours without a reply. I'm still not >> sure what to make of this issue, and I do not have another machine to >> reproduce it on. >>=20 >> [...] >>=20 >> ModuleNotFoundError: No module named '_tkinter' >>=20 >> Anybody have any ideas? Please reply to the bug report number. >=20 > I looked at our Python package, and Tk support is in a separate output > called =E2=80=9Ctk=E2=80=9D. I tried =E2=80=9Cguix environment --ad-hoc = python python:tk=E2=80=9D, and > was at least able to get past this error. Are you using the =E2=80=9Ctk= =E2=80=9D > output? >=20 >=20 > -- Tim Thank you Tim. I don't know how I missed that, as I tried exactly that.=20 Weird. We can close this error From unknown Mon Jun 23 16:48:20 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: brettg@posteo.net Subject: bug#34772: closed (Re: bug#34772: Python tkinter) Message-ID: References: <87wolaau3i.fsf@ngyro.com> <2e670b58b9cbcae884ece3be864f11d7@posteo.net> X-Gnu-PR-Message: they-closed 34772 X-Gnu-PR-Package: guix Reply-To: 34772@debbugs.gnu.org Date: Fri, 08 Mar 2019 04:07:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1552018022-22934-1" This is a multi-part message in MIME format... ------------=_1552018022-22934-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #34772: Python tkinter which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 34772@debbugs.gnu.org. --=20 34772: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D34772 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1552018022-22934-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 34772-done) by debbugs.gnu.org; 8 Mar 2019 04:06:04 +0000 Received: from localhost ([127.0.0.1]:35755 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h26lo-0005wQ-9v for submit@debbugs.gnu.org; Thu, 07 Mar 2019 23:06:04 -0500 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:57971) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h26ll-0005vv-QJ for 34772-done@debbugs.gnu.org; Thu, 07 Mar 2019 23:06:02 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id 89658369F; Thu, 7 Mar 2019 23:05:55 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Thu, 07 Mar 2019 23:05:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=OE9iIL jZZeswkbhqP/SWmIp+CLdnFvlTBBlBoCjZi1c=; b=KLykfwr4+LwrWp2Xs4qvsv b8zo1u4NJo+BFYBnqFvh1YRPV42wL5XlqwUDjYQhN4PNrj4BaVRWyIoDXzrpk9GB AeX2DIVBV7lwvZ7L26Ba7Lz56vzKtqgo5CMnCUpt04oW4ez7RwFro3KGFK9/smgv hAr11Tx6OONQTpF7lSrh+t9kTYOuIyHqfBo4QrWhJ5HqWZPH6dTuX2dgRq9l7hoW ZVY3/VMRWP/t1PgRYyEEum2d6F1UFRFVVY4N4J9L21tJXyuXVK72Fvs1zzOUKQ7Z F+JZEDd+y3RJmbA+lxh3dZsk3NVi86Y8oVx1gzC/4DoJrzBZvU36XgPo7NZsiLPQ == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrfeelgdeiudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufhfffgjkfgfgggtsehttdertd dtredtnecuhfhrohhmpefvihhmohhthhihucfurghmphhlvgcuoehsrghmphhlvghtsehn ghihrhhordgtohhmqeenucfkphepjeegrdduudeirddukeeirdeggeenucfrrghrrghmpe hmrghilhhfrhhomhepshgrmhhplhgvthesnhhghihrohdrtghomhenucevlhhushhtvghr ufhiiigvpedt X-ME-Proxy: Received: from mrblack (74-116-186-44.qc.dsl.ebox.net [74.116.186.44]) by mail.messagingengine.com (Postfix) with ESMTPA id 5D796100E5; Thu, 7 Mar 2019 23:05:54 -0500 (EST) From: Timothy Sample To: brettg@posteo.net Subject: Re: bug#34772: Python tkinter References: <2e670b58b9cbcae884ece3be864f11d7@posteo.net> <8736nych5q.fsf@ngyro.com> <5f7e2f8ed88f8207974a6ae16cca8098@posteo.net> Date: Thu, 07 Mar 2019 23:05:53 -0500 In-Reply-To: <5f7e2f8ed88f8207974a6ae16cca8098@posteo.net> (brettg's message of "Fri, 08 Mar 2019 02:42:35 +0100") Message-ID: <87wolaau3i.fsf@ngyro.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 34772-done Cc: 34772-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi Brett, brettg@posteo.net writes: > Thank you Tim. I don't know how I missed that, as I tried exactly > that. Weird. We can close this error Glad I could help! -- Tim ------------=_1552018022-22934-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 6 Mar 2019 19:48:34 +0000 Received: from localhost ([127.0.0.1]:34697 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h1cWn-0001bw-V7 for submit@debbugs.gnu.org; Wed, 06 Mar 2019 14:48:34 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46739) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h1cWk-0001bh-H1 for submit@debbugs.gnu.org; Wed, 06 Mar 2019 14:48:32 -0500 Received: from lists.gnu.org ([209.51.188.17]:49113) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h1cWf-0001hX-Ay for submit@debbugs.gnu.org; Wed, 06 Mar 2019 14:48:25 -0500 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 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1551901697; bh=bq7Tbp+Ui8bD2zsRe38MzMAjzMp9/nWoPPsiHHuXCZ8=; h=Date:From:To:Subject:From; b=rxwoTXMp4D3qw6Mo+VIL+eE1/Pg9fOvWixQSLRCl+rtZzmojgVb0MjG6vwvl2k4AE /E7o66G0EeBfDv7RwSFh5QTpWRxZ3Pk460wvejtAAcNxKa1IB38dsrz4WaHhe2n9Fi LG0BjdCDiITflXxFlzjnDWv8ELLc4yOLcO8MztI6EQKCfxGV/ZO5kbpMEP7ewE5HFT 6D6sJk822s0TpkroKor2ZwU9BDVGcZV/9Qj0z+urZFZqth2/jsbYmKW3BteqxrF0Fn AzgVPD6x5yZxc8pIl/3qAnEQrgN6RLnN/7Ca20UFjuG0geVmj6qruq+ocQaVS3++nT /x1HfFM05Gfgg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 44F47N6NtYz6tm7; Wed, 6 Mar 2019 20:48:16 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 06 Mar 2019 20:48:16 +0100 From: brettg@posteo.net To: Bug guix , Guix-devel Subject: Python tkinter Message-ID: <2e670b58b9cbcae884ece3be864f11d7@posteo.net> X-Sender: brettg@posteo.net User-Agent: Posteo Webmail X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.65 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) 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 ------------=_1552018022-22934-1--