Bug 1107868 - [abrt] python-tools: Tkinter.py:1745:__init__:TclError: no display name and no $DISPLAY environment variable
Summary: [abrt] python-tools: Tkinter.py:1745:__init__:TclError: no display name and n...
Keywords:
Status: CLOSED CANTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: python
Version: 19
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Bohuslav "Slavek" Kabrda
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:677c22cfdc4fea7b911b4abee51...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-06-10 20:43 UTC by thraex
Modified: 2014-06-13 04:15 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-06-13 04:15:07 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (752 bytes, text/plain)
2014-06-10 20:43 UTC, thraex
no flags Details
File: dso_list (59 bytes, text/plain)
2014-06-10 20:43 UTC, thraex
no flags Details
File: environ (2.15 KB, text/plain)
2014-06-10 20:43 UTC, thraex
no flags Details

Description thraex 2014-06-10 20:43:09 UTC
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

Comment 1 thraex 2014-06-10 20:43:13 UTC
Created attachment 907418 [details]
File: backtrace

Comment 2 thraex 2014-06-10 20:43:15 UTC
Created attachment 907419 [details]
File: dso_list

Comment 3 thraex 2014-06-10 20:43:17 UTC
Created attachment 907420 [details]
File: environ

Comment 4 Ignacio Vazquez-Abrams 2014-06-13 04:15:07 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.