This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gpolo
Recipients eric.smith, gpolo
Date 2009-02-06.16:32:11
SpamBayes Score 1.0389516e-07
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
After "I have isolated it now:", there should be this interactive
session (but gmail ate it apparently):

>>> import os
>>> del os.environ['DISPLAY']
>>> import Tkinter
>>> t = Tkinter.Tcl()
>>> t.loadtk()
Traceback (most recent call last):
 File "<stdin>", line 1, in <module>
 File "/home/gpolo/python-dev/python-trunk/Lib/lib-tk/Tkinter.py",
line 1649, in loadtk
   self.tk.loadtk()
_tkinter.TclError: no display name and no $DISPLAY environment variable
>>> Tkinter.Tk()
hang!
History
Date User Action Args
2009-02-06 16:32:16gpolosetrecipients: + gpolo, eric.smith
2009-02-06 16:32:15gpolosetmessageid: <[email protected]>
2009-02-06 16:32:13gpololinkissue5122 messages
2009-02-06 16:32:12gpolocreate