$ date -I 2017-06-04 $ lsb_release -a LSB Version: 1.4 Distributor ID: Solus Description: Solus Release: 2017.04.18.0 Codename: shannon $ sudo eopkg upgrade Updating repositories Updating repository: Solus eopkg-index.xml.xz.sha1sum (40.0 B)100% 139.56 KB/s [00:00:00] [complete] Solus repository information is up-to-date. No packages to upgrade. $ sudo eopkg install python3-tkinter The following package(s) are already installed and are not going to be installed again: python3-tkinter No packages to install. $ sudo eopkg info python3-tkinter | grep Name Name : python3-tkinter, version: 3.5.2, release: 12 Name : python3-tkinter, version: 3.5.2, release: 12 $ python3 Python 3.5.2 (default, Nov 12 2016, 19:04:03) [GCC 6.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import tkinter >>> tkinter._test() Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3.5/tkinter/__init__.py", line 3837, in _test root = Tk() File "/usr/lib/python3.5/tkinter/__init__.py", line 1868, in __init__ self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use) _tkinter.TclError: unknown color name "BACKGROUND"
Following instructions of https://wiki.python.org/moin/TkInter#line-85
