Description of problem: I typed "idle" from the console (Control-Alt-F2) and got this crash. Version-Release number of selected component: python-tools-2.7.5-9.fc19 Additional info: reporter: libreport-2.2.1 cmdline: /usr/bin/python2.7 /bin/idle executable: /bin/idle kernel: 3.14.4-100.fc19.x86_64 runlevel: N 5 type: Python uid: 1000 Truncated backtrace: Tkinter.py:1745:__init__:TclError: no display name and no $DISPLAY environment variable Traceback (most recent call last): File "/bin/idle", line 5, in <module> main() File "/usr/lib64/python2.7/idlelib/PyShell.py", line 1507, in main root = Tk(className="Idle") File "/usr/lib64/python2.7/lib-tk/Tkinter.py", line 1745, in __init__ self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use) TclError: no display name and no $DISPLAY environment variable Local variables in innermost frame: className: 'Idle' use: None baseName: 'idle' useTk: 1 sync: 0 sys: <module 'sys' (built-in)> ext: '' screenName: None os: <module 'os' from '/usr/lib64/python2.7/os.pyc'> self: None interactive: 0
Created attachment 907418 [details] File: backtrace
Created attachment 907419 [details] File: dso_list
Created attachment 907420 [details] File: environ
IDLE requires Tkinter, which in turn requires a graphical display. There is no CLI/TUI version of IDLE planned; use a CLI/TUI text editor, the Python REPL, and/or a shell to run the code or script(s) instead.