From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timothy Sample Subject: bug#34772: Python tkinter Date: Thu, 07 Mar 2019 20:02:25 -0500 Message-ID: <8736nych5q.fsf@ngyro.com> References: <2e670b58b9cbcae884ece3be864f11d7@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:39547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h23ul-0005UO-0q for bug-guix@gnu.org; Thu, 07 Mar 2019 20:03:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h23uj-0003R3-0D for bug-guix@gnu.org; Thu, 07 Mar 2019 20:03:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50388) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h23uh-0003Nz-Q8 for bug-guix@gnu.org; Thu, 07 Mar 2019 20:03:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h23uh-0000zu-K0 for bug-guix@gnu.org; Thu, 07 Mar 2019 20:03:03 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (brettg@posteo.net's message of "Thu, 07 Mar 2019 14:39:18 -0600") 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: "brettg@posteo.net" Cc: 34772@debbugs.gnu.org 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