Language
Python
Compiler
CPython 3.7.5
Options
$ python3 prog.py
Traceback (most recent call last):
File "prog.py", line 1, in <module>
import tkinter as Tk
File "/opt/wandbox/cpython-3.7.5/lib/python3.7/tkinter/__init__.py", line 36, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: libtk8.6.so: cannot open shared object file: No such file or directory
Exit Code:
1