Message81279
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! |
|
| Date |
User |
Action |
Args |
| 2009-02-06 16:32:16 | gpolo | set | recipients:
+ gpolo, eric.smith |
| 2009-02-06 16:32:15 | gpolo | set | messageid: <[email protected]> |
| 2009-02-06 16:32:13 | gpolo | link | issue5122 messages |
| 2009-02-06 16:32:12 | gpolo | create | |
|