bug#37775: Python 2.7 not configured for Tk

2019-10-16 Thread Brian Leung
Thanks! On Wed, Oct 16, 2019 at 3:50 PM Jesse Gibbons wrote: > On Wed, 2019-10-16 at 00:38 -0700, Brian Leung wrote: > > Hi Guix, > > > > Python 2.7 doesn't seem like it handles Tk properly right now, at least > on > > my machine: > > > > >>> import Tkinter > > Traceback (most recent call

bug#37775: Python 2.7 not configured for Tk

2019-10-16 Thread Jesse Gibbons
On Wed, 2019-10-16 at 00:38 -0700, Brian Leung wrote: > Hi Guix, > > Python 2.7 doesn't seem like it handles Tk properly right now, at least on > my machine: > > >>> import Tkinter > Traceback (most recent call last): > File "", line 1, in > File

bug#37775: Python 2.7 not configured for Tk

2019-10-16 Thread Brian Leung
Hi Guix, Python 2.7 doesn't seem like it handles Tk properly right now, at least on my machine: >>> import Tkinter Traceback (most recent call last): File "", line 1, in File "/gnu/store/h2crv1mpc5qi05xdnn84fjp9g4gyicsl-python2-2.7.16/lib/python2.7/lib-tk/Tkinter.py", line 39, in