Slight misleading error message when trying to use tkinter
Bug #1184082 reported by
Ma Hsiao-chun
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python3.3 (Ubuntu) |
Fix Released
|
Low
|
Unassigned |
Bug Description
By default, python3-tk is not installed.
$ python3 -m tkinter
/usr/bin/python3: No module named '_tkinter', please install the python-tk package; 'tkinter' is a package and cannot be directly executed
The package to install for Python 3 is python3-tk rather than python-tk.
Related branches
To post a comment you must log in.
The python3 command is a symlink to the default python3 interpreter, currently python3.3, so this is an issue with python3.3 and not python3-defaults.