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:18:01
SpamBayes Score 1.3518701e-07
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
> When I run "./python Lib/test/regrtest.py test_tcl test_ttk_guionly", it
> hangs.

I have isolated it now:

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!

Very nice, much more "solvable" now after getting to know the tcl/tk version.
History
Date User Action Args
2009-02-06 16:18:02gpolosetrecipients: + gpolo, eric.smith
2009-02-06 16:18:01gpololinkissue5122 messages
2009-02-06 16:18:01gpolocreate