From mboxrd@z Thu Jan 1 00:00:00 1970 From: "brettg@posteo.net" Subject: bug#34772: Python tkinter Date: Thu, 07 Mar 2019 14:39:18 -0600 Message-ID: References: <2e670b58b9cbcae884ece3be864f11d7@posteo.net> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--_com.lge.email_5418900642127610" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:33766) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h1zoD-000625-Kl for bug-guix@gnu.org; Thu, 07 Mar 2019 15:40:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h1zoB-00075k-KF for bug-guix@gnu.org; Thu, 07 Mar 2019 15:40:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50355) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h1zo9-00073E-Ts for bug-guix@gnu.org; Thu, 07 Mar 2019 15:40:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h1zo9-0002kp-KH for bug-guix@gnu.org; Thu, 07 Mar 2019 15:40:01 -0500 In-Reply-To: <2e670b58b9cbcae884ece3be864f11d7@posteo.net> Sender: "Debbugs-submit" Resent-Message-ID: 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 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) 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 ----_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--